Uses of Class
com.yahoo.security.SslContextBuilder
Packages that use SslContextBuilder
-
Uses of SslContextBuilder in com.yahoo.security
Methods in com.yahoo.security that return SslContextBuilderModifier and TypeMethodDescriptionSslContextBuilder.withKeyManager(X509ExtendedKeyManager keyManager) Note: Callee is responsible for configuring the key manager.SslContextBuilder.withKeyManagerFactory(SslContextBuilder.KeyManagerFactory keyManagerFactory) SslContextBuilder.withKeyStore(Path file, char[] password, KeyStoreType keyStoreType) SslContextBuilder.withKeyStore(Path privateKeyPemFile, Path certificatesPemFile) SslContextBuilder.withKeyStore(KeyStore keyStore, char[] password) SslContextBuilder.withKeyStore(PrivateKey privateKey, X509Certificate certificate) SslContextBuilder.withKeyStore(PrivateKey privateKey, List<X509Certificate> certificates) SslContextBuilder.withKeyStore(List<X509CertificateWithKey> clientCertificatesAndKeys) SslContextBuilder.withTrustManager(X509ExtendedTrustManager trustManager) Note: Callee is responsible for configuring the trust manager.SslContextBuilder.withTrustManagerFactory(SslContextBuilder.TrustManagerFactory trustManagersFactory) SslContextBuilder.withTrustStore(Path pemEncodedCaCertificates) SslContextBuilder.withTrustStore(Path file, KeyStoreType trustStoreType) SslContextBuilder.withTrustStore(X509Certificate caCertificate) SslContextBuilder.withTrustStore(KeyStore trustStore) SslContextBuilder.withTrustStore(List<X509Certificate> caCertificates)