| Package | Description |
|---|---|
| com.helger.security.keystore |
| Modifier and Type | Method and Description |
|---|---|
EKeyStoreLoadError |
LoadedKeyStore.getError() |
EKeyStoreLoadError |
LoadedKey.getError() |
static EKeyStoreLoadError |
EKeyStoreLoadError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EKeyStoreLoadError[] |
EKeyStoreLoadError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LoadedKey(T aKeyEntry,
EKeyStoreLoadError eError,
String... aErrorParams) |
LoadedKeyStore(KeyStore aKeyStore,
EKeyStoreLoadError eError,
String... aErrorParams) |
Copyright © 2016–2019 Philip Helger. All rights reserved.