Uses of Enum Class
net.sourceforge.jnlp.security.KeyStores.Type
Packages that use KeyStores.Type
Package
Description
package generally about showing various security prompts
-
Uses of KeyStores.Type in net.sourceforge.jnlp.security
Methods in net.sourceforge.jnlp.security that return KeyStores.TypeModifier and TypeMethodDescriptionstatic KeyStores.TypeReturns the enum constant of this class with the specified name.static KeyStores.Type[]KeyStores.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.jnlp.security with parameters of type KeyStores.TypeModifier and TypeMethodDescriptionstatic final KeyStores.KeyStoreWithPathKeyStores.getKeyStore(KeyStores.Level level, KeyStores.Type type) Returns a KeyStore corresponding to the appropriate level level (user or system) and type.static final InfrastructureFileDescriptorKeyStores.getKeyStoreLocation(KeyStores.Level level, KeyStores.Type type) Returns the location of a KeyStore corresponding to the given level and type.static StringKeyStores.toDisplayableString(KeyStores.Level level, KeyStores.Type type) Returns a human readable name for this KeyStorestatic final StringKeyStores.toTranslatableString(KeyStores.Level level, KeyStores.Type type) Returns a String that can be used as a translation key to create a user-visible representation of this KeyStore.