Uses of Class
net.jsign.KeyStoreType
-
Packages that use KeyStoreType Package Description net.jsign -
-
Uses of KeyStoreType in net.jsign
Methods in net.jsign 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 net.jsign with parameters of type KeyStoreType Modifier and Type Method Description KeyStoreBuilderKeyStoreBuilder. storetype(KeyStoreType storetype)Sets the type of the keystore.
-