Uses of Enum Class
org.apache.zookeeper.common.KeyStoreFileType
Packages that use KeyStoreFileType
-
Uses of KeyStoreFileType in org.apache.zookeeper.common
Methods in org.apache.zookeeper.common that return KeyStoreFileTypeModifier and TypeMethodDescriptionstatic KeyStoreFileType
KeyStoreFileType.fromFilename
(String filename) Detects the type of KeyStore / TrustStore file from the file extension.static KeyStoreFileType
KeyStoreFileType.fromPropertyValue
(String propertyValue) Converts a property value to a StoreFileType enum.static KeyStoreFileType
KeyStoreFileType.fromPropertyValueOrFileName
(String propertyValue, String filename) IfpropertyValue
is not null or empty, returns the result ofKeyStoreFileType.fromPropertyValue(propertyValue)
.static KeyStoreFileType
Returns the enum constant of this class with the specified name.static KeyStoreFileType[]
KeyStoreFileType.values()
Returns an array containing the constants of this enum class, in the order they are declared.