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

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

    Methods in org.apache.hadoop.hbase.io.crypto that return org.apache.hadoop.hbase.io.crypto.Decryptor in in
    Modifier and Type
    Method
    Description
    abstract org.apache.hadoop.hbase.io.crypto.Decryptor
    Cipher.getDecryptor()
    Return a decryptor for decrypting data.
    Methods in org.apache.hadoop.hbase.io.crypto with parameters of type org.apache.hadoop.hbase.io.crypto.Decryptor in in
    Modifier and Type
    Method
    Description
    abstract InputStream
    Cipher.createDecryptionStream(InputStream in, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor)
    Create a decrypting output stream given an initialized decryptor
    static void
    Encryption.decrypt(byte[] dest, int destOffset, InputStream in, int destSize, org.apache.hadoop.hbase.io.crypto.Decryptor d)
    Decrypt a block of ciphertext read in from a stream with the given cipher and context
    static void
    Encryption.decrypt(OutputStream out, InputStream in, int outLen, org.apache.hadoop.hbase.io.crypto.Decryptor d)
    Decrypt a stream of ciphertext given a decryptor
  • Uses of org.apache.hadoop.hbase.io.crypto.Decryptor in org.apache.hadoop.hbase.io.crypto.aes

    Classes in org.apache.hadoop.hbase.io.crypto.aes that implement org.apache.hadoop.hbase.io.crypto.Decryptor in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
     
    class 
    org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptor
     
    Methods in org.apache.hadoop.hbase.io.crypto.aes that return org.apache.hadoop.hbase.io.crypto.Decryptor in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.crypto.Decryptor
    AES.getDecryptor()
     
    org.apache.hadoop.hbase.io.crypto.Decryptor
    CommonsCryptoAES.getDecryptor()
     
    Methods in org.apache.hadoop.hbase.io.crypto.aes with parameters of type org.apache.hadoop.hbase.io.crypto.Decryptor in in
    Modifier and Type
    Method
    Description
    AES.createDecryptionStream(InputStream in, org.apache.hadoop.hbase.io.crypto.Decryptor d)
     
    CommonsCryptoAES.createDecryptionStream(InputStream in, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor)
     
  • Uses of org.apache.hadoop.hbase.io.crypto.Decryptor in org.apache.hadoop.hbase.regionserver.wal

    Fields in org.apache.hadoop.hbase.regionserver.wal declared as org.apache.hadoop.hbase.io.crypto.Decryptor in in
    Modifier and Type
    Field
    Description
    protected org.apache.hadoop.hbase.io.crypto.Decryptor
    AbstractProtobufWALReader.decryptor
     
    Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type org.apache.hadoop.hbase.io.crypto.Decryptor in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
    SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor)
     
    Constructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type org.apache.hadoop.hbase.io.crypto.Decryptor in in
    Modifier
    Constructor
    Description
     
    SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor)