| Interface | Description |
|---|---|
| IKeyStoreType |
Base interface for the different types of key stores (like JKS or PKCS12).
|
| Class | Description |
|---|---|
| ConstantKeySelectorResult |
Special implements of
KeySelectorResult with a constant, nullable
key. |
| KeyStoreHelper |
Helper methods to access Java key stores of type JKS (Java KeyStore).
|
| LoadedKey<T extends KeyStore.Entry> |
This class contains the result of loading the configured private key as
configured in the configuration file.
|
| LoadedKeyStore |
This class contains the result of loading a key store from e.g. a
configuration file.
|
| Enum | Description |
|---|---|
| EKeyStoreLoadError |
Errors that can occur in
KeyStoreHelper |
| EKeyStoreLoadErrorText | |
| EKeyStoreType |
The default key store types.
|
Copyright © 2016–2019 Philip Helger. All rights reserved.