Uses of Enum
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 KeyStoreFileTypeKeyStoreFileType.fromFilename(String filename) Detects the type of KeyStore / TrustStore file from the file extension.static KeyStoreFileTypeKeyStoreFileType.fromPropertyValue(String propertyValue) Converts a property value to a StoreFileType enum.static KeyStoreFileTypeKeyStoreFileType.fromPropertyValueOrFileName(String propertyValue, String filename) IfpropertyValueis not null or empty, returns the result ofKeyStoreFileType.fromPropertyValue(propertyValue).static KeyStoreFileTypeReturns 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.