Uses of Class
org.kiwiproject.security.KeyStoreType
-
Packages that use KeyStoreType Package Description org.kiwiproject.security -
-
Uses of KeyStoreType in org.kiwiproject.security
Methods in org.kiwiproject.security that return KeyStoreType Modifier and Type Method Description static KeyStoreTypeKeyStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyStoreType[]KeyStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kiwiproject.security with parameters of type KeyStoreType Modifier and Type Method Description static Optional<KeyStore>KiwiSecurity. getKeyStore(KeyStoreType keyStoreType, String path, String password)Return anOptionalcontaining aKeyStorefor the givenKeyStoreType, path, and password, or an emptyOptionalif the arguments are (both) null.
-