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

Packages that use org.apache.hadoop.hbase.io.crypto.CipherProvider
  • Uses of org.apache.hadoop.hbase.io.crypto.CipherProvider in org.apache.hadoop.hbase.io.crypto

    Classes in org.apache.hadoop.hbase.io.crypto that implement org.apache.hadoop.hbase.io.crypto.CipherProvider in in
    Modifier and Type
    Class
    Description
    final class 
    org.apache.hadoop.hbase.io.crypto.CryptoCipherProvider
    The default cipher provider.
    final class 
    org.apache.hadoop.hbase.io.crypto.DefaultCipherProvider
    The default cipher provider.
    Methods in org.apache.hadoop.hbase.io.crypto that return org.apache.hadoop.hbase.io.crypto.CipherProvider in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.io.crypto.CipherProvider
    Encryption.getCipherProvider(org.apache.hadoop.conf.Configuration conf)
     
    org.apache.hadoop.hbase.io.crypto.CipherProvider
    Cipher.getProvider()
    Return the provider for this Cipher
    Constructors in org.apache.hadoop.hbase.io.crypto with parameters of type org.apache.hadoop.hbase.io.crypto.CipherProvider in in
    Modifier
    Constructor
    Description
     
    Cipher(org.apache.hadoop.hbase.io.crypto.CipherProvider provider)
     
  • Uses of org.apache.hadoop.hbase.io.crypto.CipherProvider in org.apache.hadoop.hbase.io.crypto.aes

    Constructors in org.apache.hadoop.hbase.io.crypto.aes with parameters of type org.apache.hadoop.hbase.io.crypto.CipherProvider in in
    Modifier
    Constructor
    Description
     
    AES(org.apache.hadoop.hbase.io.crypto.CipherProvider provider)
     
     
    CommonsCryptoAES(org.apache.hadoop.hbase.io.crypto.CipherProvider provider)