Uses of Record Class
com.yahoo.security.X509SslContext
Packages that use X509SslContext
-
Uses of X509SslContext in com.yahoo.security
Methods in com.yahoo.security that return X509SslContextModifier and TypeMethodDescriptionSslContextBuilder.buildContext()static X509SslContextX509SslContext.getDefault() -
Uses of X509SslContext in com.yahoo.security.tls
Methods in com.yahoo.security.tls that return X509SslContextModifier and TypeMethodDescriptionConfigFileBasedTlsContext.sslContext()DefaultTlsContext.sslContext()TlsContext.sslContext()Methods in com.yahoo.security.tls with parameters of type X509SslContextModifier and TypeMethodDescriptionstatic DefaultTlsContextDefaultTlsContext.of(X509SslContext sslContext, PeerAuthentication peerAuthentication) static DefaultTlsContextDefaultTlsContext.of(X509SslContext sslContext, Set<String> acceptedCiphers, Set<String> acceptedProtocols, PeerAuthentication peerAuthentication)