Uses of Class
com.couchbase.client.dcp.CertificateAuthenticator
Packages that use CertificateAuthenticator
-
Uses of CertificateAuthenticator in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp that return CertificateAuthenticatorModifier and TypeMethodDescriptionstatic 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) Creates a newCertificateAuthenticatorfrom a key store path.static CertificateAuthenticatorCertificateAuthenticator.fromKeyStore(Path keyStorePath, String keyStorePassword, String keyStoreType) Creates a newCertificateAuthenticatorfrom a key store path.static CertificateAuthenticatorCertificateAuthenticator.fromKeyStore(KeyStore keyStore, String keyStorePassword) Creates a newCertificateAuthenticatorfrom a key store.