Uses of Record Class
com.yahoo.security.tls.AuthorizedPeers
Packages that use AuthorizedPeers
-
Uses of AuthorizedPeers in com.yahoo.security.tls
Methods in com.yahoo.security.tls that return AuthorizedPeersModifier and TypeMethodDescriptionstatic AuthorizedPeersAuthorizedPeers.empty()TransportSecurityOptions.getAuthorizedPeers()Methods in com.yahoo.security.tls with parameters of type AuthorizedPeersModifier and TypeMethodDescriptionstatic DefaultTlsContextDefaultTlsContext.of(List<X509Certificate> certificates, PrivateKey privateKey, List<X509Certificate> caCertificates, AuthorizedPeers authorizedPeers, AuthorizationMode mode, PeerAuthentication peerAuthentication, HostnameVerification hostnameVerification) TransportSecurityOptions.Builder.withAuthorizedPeers(AuthorizedPeers authorizedPeers) Constructors in com.yahoo.security.tls with parameters of type AuthorizedPeers