Uses of Class
no.digipost.security.keystore.KeyStoreType
-
Packages that use KeyStoreType Package Description no.digipost.security.keystore -
-
Uses of KeyStoreType in no.digipost.security.keystore
Methods in no.digipost.security.keystore 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.Constructors in no.digipost.security.keystore with parameters of type KeyStoreType Constructor Description KeyStoreBuilder(KeyStoreType type)
-