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 SslPrivateKeySslPrivateKey.of(byte[] derEncoded) Creates anSslPrivateKeyinstance for the given bytes.default SslPrivateKeyClientCertificate.privateKey()Returns the SSL private key of this client certificate.Methods in com.teamdev.jxbrowser.net.tls with parameters of type SslPrivateKeyModifier and TypeMethodDescriptionstatic ClientCertificateClientCertificate.of(X509Certificate x509Cert, SslPrivateKey privateKey) Returns theClientCertificateinstance for the givencertificateand SSL private key.static ClientCertificateClientCertificate.of(X509Certificate x509Cert, SslPrivateKey privateKey, List<X509Certificate> intermediateX509Certs) Returns theClientCertificateinstance for the givencertificate, SSL private key, and intermediate certificates.