Uses of Interface
org.apache.hadoop.hbase.io.crypto.Decryptor
Package
Description
-
Uses of Decryptor in org.apache.hadoop.hbase.io.crypto
Modifier and TypeMethodDescriptionabstract Decryptor
Cipher.getDecryptor()
Return a decryptor for decrypting data.Modifier 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
Modifier and TypeMethodDescriptionAES.createDecryptionStream
(InputStream in, Decryptor d) CommonsCryptoAES.createDecryptionStream
(InputStream in, Decryptor decryptor) -
Uses of Decryptor in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeFieldDescriptionprotected Decryptor
AbstractProtobufWALReader.decryptor
private Decryptor
SecureWALCellCodec.decryptor
private Decryptor
SecureWALCellCodec.EncryptedKvDecoder.decryptor
ModifierConstructorDescriptionEncryptedKvDecoder
(InputStream in, Decryptor decryptor) SecureWALCellCodec
(org.apache.hadoop.conf.Configuration conf, Decryptor decryptor)