com.github.dockerjava.core
Class CertificateUtils
java.lang.Object
com.github.dockerjava.core.CertificateUtils
public class CertificateUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertificateUtils
public CertificateUtils()
verifyCertificatesExist
public static boolean verifyCertificatesExist(String dockerCertPath)
createKeyStore
public static KeyStore createKeyStore(String dockerCertPath)
throws NoSuchAlgorithmException,
InvalidKeySpecException,
IOException,
CertificateException,
KeyStoreException
- Throws:
NoSuchAlgorithmException
InvalidKeySpecException
IOException
CertificateException
KeyStoreException
createTrustStore
public static KeyStore createTrustStore(String dockerCertPath)
throws IOException,
CertificateException,
KeyStoreException,
NoSuchAlgorithmException
- Throws:
IOException
CertificateException
KeyStoreException
NoSuchAlgorithmException
Copyright © 2014. All rights reserved.