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 DecryptorCipher.getDecryptor()Return a decryptor for decrypting data.Methods in org.apache.hadoop.hbase.io.crypto with parameters of type DecryptorModifier and TypeMethodDescriptionabstract InputStreamCipher.createDecryptionStream(InputStream in, Decryptor decryptor) Create a decrypting output stream given an initialized decryptorstatic voidEncryption.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 voidEncryption.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 DecryptorAbstractProtobufWALReader.decryptorprivate DecryptorSecureWALCellCodec.decryptorprivate DecryptorSecureWALCellCodec.EncryptedKvDecoder.decryptorMethods 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)