Uses of Enum Class
org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType

Packages that use org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType
Package
Description
 
  • Uses of org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType in org.apache.hadoop.hbase.io.crypto.tls

    Methods in org.apache.hadoop.hbase.io.crypto.tls that return org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType
    KeyStoreFileType.fromFilename(String filename)
    Detects the type of KeyStore / TrustStore file from the file extension.
    static org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType
    KeyStoreFileType.fromPropertyValue(String propertyValue)
    Converts a property value to a StoreFileType enum.
    static org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType
    KeyStoreFileType.fromPropertyValueOrFileName(String propertyValue, String filename)
    If propertyValue is not null or empty, returns the result of KeyStoreFileType.fromPropertyValue(propertyValue).
    static org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType
    KeyStoreFileType.valueOf(String name)
     
    static org.apache.hadoop.hbase.io.crypto.tls.KeyStoreFileType[]
    KeyStoreFileType.values()