public class CertificateUtils extends Object
Constructor and Description |
---|
CertificateUtils() |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
createKeyStore(String dockerCertPath) |
static KeyStore |
createTrustStore(String dockerCertPath) |
static boolean |
verifyCertificatesExist(String dockerCertPath) |
public static boolean verifyCertificatesExist(String dockerCertPath)
public static KeyStore createKeyStore(String dockerCertPath) throws NoSuchAlgorithmException, InvalidKeySpecException, IOException, CertificateException, KeyStoreException
public static KeyStore createTrustStore(String dockerCertPath) throws IOException, CertificateException, KeyStoreException, NoSuchAlgorithmException
Copyright © 2015. All Rights Reserved.