Uses of Enum Class
com.yahoo.security.tls.PeerAuthentication
Packages that use PeerAuthentication
-
Uses of PeerAuthentication in com.yahoo.security.tls
Methods in com.yahoo.security.tls that return PeerAuthenticationModifier and TypeMethodDescriptionstatic PeerAuthenticationReturns the enum constant of this class with the specified name.static PeerAuthentication[]PeerAuthentication.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.security.tls with parameters of type PeerAuthenticationModifier and TypeMethodDescriptionstatic DefaultTlsContextDefaultTlsContext.of(X509SslContext sslContext, PeerAuthentication peerAuthentication) static DefaultTlsContextDefaultTlsContext.of(X509SslContext sslContext, Set<String> acceptedCiphers, Set<String> acceptedProtocols, PeerAuthentication peerAuthentication) static DefaultTlsContextDefaultTlsContext.of(List<X509Certificate> certificates, PrivateKey privateKey, List<X509Certificate> caCertificates, AuthorizedPeers authorizedPeers, AuthorizationMode mode, PeerAuthentication peerAuthentication, HostnameVerification hostnameVerification) Constructors in com.yahoo.security.tls with parameters of type PeerAuthenticationModifierConstructorDescriptionConfigFileBasedTlsContext(Path tlsOptionsConfigFile, AuthorizationMode mode, PeerAuthentication peerAuthentication) Allows the caller to override the default peer authentication mode.