Uses of Interface
org.apache.hadoop.hbase.io.crypto.Decryptor
Packages that use Decryptor
Package
Description
-
Uses of Decryptor in org.apache.hadoop.hbase.io.crypto
Methods in org.apache.hadoop.hbase.io.crypto that return DecryptorModifier and TypeMethodDescriptionabstract Decryptor
Cipher.getDecryptor()
Return a decryptor for decrypting data.Methods in org.apache.hadoop.hbase.io.crypto with parameters of type DecryptorModifier and TypeMethodDescriptionabstract InputStream
Cipher.createDecryptionStream
(InputStream in, Decryptor decryptor) Create a decrypting output stream given an initialized decryptorstatic void
Encryption.decrypt
(byte[] dest, int destOffset, InputStream in, int destSize, 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, Decryptor d) Decrypt a stream of ciphertext given a decryptor -
Uses of Decryptor in org.apache.hadoop.hbase.io.crypto.aes
Classes in org.apache.hadoop.hbase.io.crypto.aes that implement DecryptorMethods in org.apache.hadoop.hbase.io.crypto.aes that return DecryptorMethods in org.apache.hadoop.hbase.io.crypto.aes with parameters of type DecryptorModifier and TypeMethodDescriptionAES.createDecryptionStream
(InputStream in, Decryptor d) CommonsCryptoAES.createDecryptionStream
(InputStream in, Decryptor decryptor) -
Uses of Decryptor in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as DecryptorModifier and TypeFieldDescriptionprotected Decryptor
AbstractProtobufWALReader.decryptor
private Decryptor
SecureWALCellCodec.decryptor
private Decryptor
SecureWALCellCodec.EncryptedKvDecoder.decryptor
Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type DecryptorConstructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type DecryptorModifierConstructorDescriptionEncryptedKvDecoder
(InputStream in, Decryptor decryptor) SecureWALCellCodec
(org.apache.hadoop.conf.Configuration conf, Decryptor decryptor)