| Package | Description |
|---|---|
| com.teamdev.jxbrowser.net.tls |
Contains classes and interfaces for working with SSL certificates.
|
| Modifier and Type | Method and Description |
|---|---|
static SslPrivateKey |
SslPrivateKey.of(byte[] derEncoded)
Returns the
SslPrivateKey instance for the given bytes. |
default SslPrivateKey |
ClientCertificate.privateKey()
Returns the SSL private key of this client certificate.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientCertificate |
ClientCertificate.of(java.security.cert.X509Certificate x509Cert,
SslPrivateKey privateKey)
Returns the
ClientCertificate instance for the given certificate and SSL
private key. |