Uses of Enum Class
org.kiwiproject.security.KeyStoreType
Packages that use KeyStoreType
-
Uses of KeyStoreType in org.kiwiproject.security
Methods in org.kiwiproject.security that return KeyStoreTypeModifier and TypeMethodDescriptionstatic KeyStoreTypeReturns the enum constant of this class with the specified name.static KeyStoreType[]KeyStoreType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.security with parameters of type KeyStoreTypeModifier and TypeMethodDescriptionKiwiSecurity.getKeyStore(KeyStoreType keyStoreType, String path, String password) Return anOptionalcontaining aKeyStorefor the givenKeyStoreType, path, and password, or an emptyOptionalif either path or password is null.