| Exception | Description |
|---|---|
| CertificateCreationException |
Indicates a problem creating a certificate (server or CA).
|
| CertificateSourceException |
Indicates that a
CertificateAndKeySource encountered an error while loading a
certificate and/or private key from a KeyStore, PEM file, or other source. |
| ExportException |
Indicates an error occurred while exporting/serializing a certificate, private key, KeyStore, etc.
|
| ImportException |
Indicates that an error occurred while importing a certificate, private key, or KeyStore.
|
| KeyGeneratorException |
Indicates an exception occurred while generating a key pair.
|
| KeyStoreAccessException |
Indicates an error occurred while accessing a java KeyStore.
|
| MitmException |
Indicates a general problem occurred while attempting to man-in-the-middle communications between the client and the
upstream server.
|
| SslContextInitializationException |
Indicates an error occurred while attempting to create a new
SSLContext. |
| TrustSourceException |
Indicates that an error occurred while attempting to create or populate a
TrustSource. |
| UncheckedIOException |
A convenience exception that wraps checked
IOExceptions. |
Copyright © 2016. All rights reserved.