@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| Certificate |
An SSL certificate instance such as an X.509 certificate providing an SSL server identity.
|
| CertVerificationError |
An error found by Chromium when verifying an SSL certificate.
|
| ClientCertificate |
A client SSL certificate.
|
| SslPrivateKey |
An SSL private key.
|
| Class | Description |
|---|---|
| X509Certificates |
A certificate factory, which is used to create X.509 certificates.
|
| Enum | Description |
|---|---|
| CertVerificationStatus |
The certificate verification status codes.
|
| KeyStoreType |
The list of supported keystore types.
|
| Exception | Description |
|---|---|
| LoadClientCertificateException |
Thrown when loading a client certificate from a keystore has been failed.
|