Uses of Interface
org.apache.hadoop.hbase.io.crypto.Decryptor
Packages that use org.apache.hadoop.hbase.io.crypto.Decryptor
Package
Description
-
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 inModifier and TypeMethodDescriptionabstract 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 inModifier and TypeMethodDescriptionabstract InputStream
Cipher.createDecryptionStream
(InputStream in, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor) Create a decrypting output stream given an initialized decryptorstatic 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 contextstatic 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 inModifier and TypeClassDescriptionclass
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 inModifier and TypeMethodDescriptionorg.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 inModifier and TypeMethodDescriptionAES.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 inModifier and TypeFieldDescriptionprotected 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 inModifier and TypeMethodDescriptionstatic 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 inModifierConstructorDescriptionSecureWALCellCodec
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor)