Uses of Class
com.couchbase.client.core.env.CertificateAuthenticator
-
Uses of CertificateAuthenticator in com.couchbase.client.core.env
Modifier and TypeMethodDescriptionstatic CertificateAuthenticator
CertificateAuthenticator.fromKey
(PrivateKey key, String keyPassword, List<X509Certificate> keyCertChain) Creates a newCertificateAuthenticator
directly from a key and certificate chain.static CertificateAuthenticator
CertificateAuthenticator.fromKeyManagerFactory
(Supplier<KeyManagerFactory> keyManagerFactory) Creates a newCertificateAuthenticator
from aKeyManagerFactory
.static CertificateAuthenticator
CertificateAuthenticator.fromKeyStore
(Path keyStorePath, String keyStorePassword, Optional<String> keyStoreType) Creates a newCertificateAuthenticator
from a key store path.static CertificateAuthenticator
CertificateAuthenticator.fromKeyStore
(KeyStore keyStore, String keyStorePassword) Creates a newCertificateAuthenticator
from a key store.