Uses of Class
com.couchbase.client.core.env.CertificateAuthenticator
-
Packages that use CertificateAuthenticator Package Description com.couchbase.client.core.env -
-
Uses of CertificateAuthenticator in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return CertificateAuthenticator Modifier and Type Method Description static CertificateAuthenticatorCertificateAuthenticator. fromKey(PrivateKey key, String keyPassword, List<X509Certificate> keyCertChain)Creates a newCertificateAuthenticatordirectly from a key and certificate chain.static CertificateAuthenticatorCertificateAuthenticator. fromKeyManagerFactory(Supplier<KeyManagerFactory> keyManagerFactory)Creates a newCertificateAuthenticatorfrom aKeyManagerFactory.static CertificateAuthenticatorCertificateAuthenticator. fromKeyStore(Path keyStorePath, String keyStorePassword, Optional<String> keyStoreType)Creates a newCertificateAuthenticatorfrom a key store path.static CertificateAuthenticatorCertificateAuthenticator. fromKeyStore(KeyStore keyStore, String keyStorePassword)Creates a newCertificateAuthenticatorfrom a key store.
-