Package | Description |
---|---|
com.couchbase.client.core.env |
Modifier and Type | Method and Description |
---|---|
static CertificateAuthenticator |
CertificateAuthenticator.fromKey(PrivateKey key,
String keyPassword,
List<X509Certificate> keyCertChain)
Creates a new
CertificateAuthenticator directly from a key and certificate chain. |
static CertificateAuthenticator |
CertificateAuthenticator.fromKeyManagerFactory(Supplier<KeyManagerFactory> keyManagerFactory)
Creates a new
CertificateAuthenticator from a KeyManagerFactory . |
static CertificateAuthenticator |
CertificateAuthenticator.fromKeyStore(KeyStore keyStore,
String keyStorePassword)
Creates a new
CertificateAuthenticator from a key store. |
static CertificateAuthenticator |
CertificateAuthenticator.fromKeyStore(Path keyStorePath,
String keyStorePassword,
Optional<String> keyStoreType)
Creates a new
CertificateAuthenticator from a key store path. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.