Uses of Class
com.helger.security.keystore.EKeyStoreLoadError
-
Packages that use EKeyStoreLoadError Package Description com.helger.security.keystore -
-
Uses of EKeyStoreLoadError in com.helger.security.keystore
Methods in com.helger.security.keystore that return EKeyStoreLoadError Modifier and Type Method Description EKeyStoreLoadErrorLoadedKey. getError()EKeyStoreLoadErrorLoadedKeyStore. getError()static EKeyStoreLoadErrorEKeyStoreLoadError. 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.Constructors in com.helger.security.keystore with parameters of type EKeyStoreLoadError Constructor Description LoadedKey(T aKeyEntry, EKeyStoreLoadError eError, String... aErrorParams)LoadedKeyStore(KeyStore aKeyStore, EKeyStoreLoadError eError, String... aErrorParams)
-