Uses of Class
io.netty.handler.ssl.OpenSslCredentialBuilder
-
Packages that use OpenSslCredentialBuilder Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine -
-
Uses of OpenSslCredentialBuilder in io.netty.handler.ssl
Methods in io.netty.handler.ssl that return OpenSslCredentialBuilder Modifier and Type Method Description static OpenSslCredentialBuilderOpenSslCredentialBuilder. forX509(java.security.PrivateKey privateKey, java.security.cert.X509Certificate... certificateChain)Creates a new builder for an X.509 credential with a Java PrivateKey.OpenSslCredentialBuilderOpenSslCredentialBuilder. mustMatchIssuer(boolean mustMatchIssuer)Sets whether the issuer must match for this credential.OpenSslCredentialBuilderOpenSslCredentialBuilder. trustAnchorId(byte[] trustAnchorId)Sets the trust anchor identifier for this credential.
-