Uses of Interface
com.teamdev.jxbrowser.net.tls.SslPrivateKey
Package
Description
Contains classes and interfaces for working with SSL certificates.
-
Uses of SslPrivateKey in com.teamdev.jxbrowser.net.tls
Modifier and TypeMethodDescriptionstatic SslPrivateKey
SslPrivateKey.of
(byte[] derEncoded) Creates anSslPrivateKey
instance for the given bytes.default SslPrivateKey
ClientCertificate.privateKey()
Returns the SSL private key of this client certificate.Modifier and TypeMethodDescriptionstatic ClientCertificate
ClientCertificate.of
(X509Certificate x509Cert, SslPrivateKey privateKey) Returns theClientCertificate
instance for the givencertificate
and SSL private key.static ClientCertificate
ClientCertificate.of
(X509Certificate x509Cert, SslPrivateKey privateKey, List<X509Certificate> intermediateX509Certs) Returns theClientCertificate
instance for the givencertificate
, SSL private key, and intermediate certificates.