| KeyPairInfo |
A private key and corresponding certificates.
|
| KeyPairInfo.Builder |
|
| KeyPairStorage |
A service that provides storage for key pairs.
|
| KeyStorage |
A key storage provider.
|
| KeyStorageException |
A base exception type for all checked exceptions thrown by
a key storage provider.
|
| KeyUnwrapException |
An exception thrown to indicate that an unexpected error (e.g.
|
| KeyWithMetadata |
An immutable value holder for a key and its associated metadata.
|
| KeyWrapException |
An exception thrown to indicate that an unexpected error (e.g.
|
| Metadata |
An immutable collection of name-value pairs for simple types.
|
| Metadata.Builder |
A builder that creates instances of Metadata.
|
| MetadataUnwrapException |
An exception thrown to indicate that there was a problem decoding
metadata associated with a stored key.
|
| MutableKeyStorage |
A KeyStorage provider that provides the ability to store
new keys at runtime.
|
| NoSuchKeyException |
An exception thrown to indicate that an attempt to retrieve a
key from storage failed, because there is no stored key with the
given identifier.
|
| NoSuchProviderException |
An exception thrown by KeyStorageLocator to indicate that the
requested provider was not found.
|
| ProviderConfigurationException |
An exception thrown when an provider instance cannot be created because of
a configuration problem.
|
| SimpleMetadata.Builder |
|