static KeyStoreFileType |
KeyStoreFileType.fromFilename(java.lang.String filename) |
Detects the type of KeyStore / TrustStore file from the file extension.
|
static KeyStoreFileType |
KeyStoreFileType.fromPropertyValue(java.lang.String propertyValue) |
Converts a property value to a StoreFileType enum.
|
static KeyStoreFileType |
KeyStoreFileType.fromPropertyValueOrFileName(java.lang.String propertyValue,
java.lang.String filename) |
If propertyValue is not null or empty, returns the result
of KeyStoreFileType.fromPropertyValue(propertyValue) .
|
static KeyStoreFileType |
KeyStoreFileType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static KeyStoreFileType[] |
KeyStoreFileType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|