Uses of Interface
org.apache.hadoop.hbase.io.crypto.Encryptor
Package
Description
-
Uses of Encryptor in org.apache.hadoop.hbase.io.crypto
Modifier and TypeMethodDescriptionabstract Encryptor
Cipher.getEncryptor()
Get an encryptor for encrypting data.Modifier and TypeMethodDescriptionabstract OutputStream
Cipher.createEncryptionStream
(OutputStream out, Encryptor encryptor) Create an encrypting output stream given an initialized encryptorstatic void
Encryption.encrypt
(OutputStream out, byte[] src, int offset, int length, Encryptor e) Encrypt a block of plaintextstatic void
Encryption.encrypt
(OutputStream out, InputStream in, Encryptor e) Encrypt a stream of plaintext given an encryptor -
Uses of Encryptor in org.apache.hadoop.hbase.io.crypto.aes
Modifier and TypeMethodDescriptionAES.createEncryptionStream
(OutputStream out, Encryptor e) CommonsCryptoAES.createEncryptionStream
(OutputStream out, Encryptor encryptor) -
Uses of Encryptor in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeFieldDescriptionprotected Encryptor
AbstractProtobufLogWriter.encryptor
private Encryptor
SecureWALCellCodec.EncryptedKvEncoder.encryptor
private Encryptor
SecureWALCellCodec.encryptor
Modifier and TypeMethodDescriptionstatic WALCellCodec
private void
AbstractProtobufLogWriter.secureInitAfterHeader
(boolean doCompress, Encryptor encryptor) ModifierConstructorDescriptionEncryptedKvEncoder
(OutputStream os, Encryptor encryptor) SecureWALCellCodec
(org.apache.hadoop.conf.Configuration conf, Encryptor encryptor)