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.DecryptorCipher.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 InputStreamCipher.createDecryptionStream(InputStream in, org.apache.hadoop.hbase.io.crypto.Decryptor decryptor) Create a decrypting output stream given an initialized decryptorstatic voidEncryption.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 voidEncryption.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 TypeClassDescriptionclassorg.apache.hadoop.hbase.io.crypto.aes.AESDecryptorclassorg.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAESDecryptorMethods 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.DecryptorAES.getDecryptor()org.apache.hadoop.hbase.io.crypto.DecryptorCommonsCryptoAES.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.DecryptorAbstractProtobufWALReader.decryptorMethods 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.WALCellCodecSecureWALCellCodec.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)