Uses of Enum Class
org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType
Packages that use KeyStoreFileType
-
Uses of KeyStoreFileType in org.apache.hadoop.hbase.io.crypto.tls
Methods in org.apache.hadoop.hbase.io.crypto.tls 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 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.Methods in org.apache.hadoop.hbase.io.crypto.tls with parameters of type KeyStoreFileTypeModifier and TypeMethodDescription(package private) static FileKeyStoreLoader.Builder<? extends FileKeyStoreLoader>FileKeyStoreLoaderBuilderProvider.getBuilderForKeyStoreFileType(KeyStoreFileType type) Returns aFileKeyStoreLoader.Builderthat can build a loader which loads keys and certs from files of the givenKeyStoreFileType.