Uses of Interface
com.teamdev.jxbrowser.net.tls.SslPrivateKey
Packages that use SslPrivateKey
Package
Description
Contains classes and interfaces for working with SSL certificates.
-
Uses of SslPrivateKey in com.teamdev.jxbrowser.net.tls
Methods in com.teamdev.jxbrowser.net.tls that return SslPrivateKeyModifier 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.Methods in com.teamdev.jxbrowser.net.tls with parameters of type SslPrivateKeyModifier 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.