Uses of Interface
org.apache.hadoop.hbase.io.crypto.KeyProvider

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

    Classes in org.apache.hadoop.hbase.io.crypto that implement org.apache.hadoop.hbase.io.crypto.KeyProvider in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProvider
    A basic KeyProvider that can resolve keys from a protected KeyStore file on the local filesystem.
    Methods in org.apache.hadoop.hbase.io.crypto that return org.apache.hadoop.hbase.io.crypto.KeyProvider in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.io.crypto.KeyProvider
    Encryption.getKeyProvider(org.apache.hadoop.conf.Configuration conf)