Uses of Class
org.apache.hadoop.hbase.io.crypto.Cipher
Package
Description
-
Uses of Cipher in org.apache.hadoop.hbase.io.crypto
Modifier and TypeMethodDescriptionGet an CipherContext.getCipher()
static Cipher
Get an cipher given a nameModifier and TypeMethodDescriptionstatic void
Encryption.decryptWithSubjectKey
(OutputStream out, InputStream in, int outLen, String subject, org.apache.hadoop.conf.Configuration conf, Cipher cipher, byte[] iv) Decrypts a block of ciphertext with the symmetric key resolved for the given subjectstatic void
Encryption.encryptWithSubjectKey
(OutputStream out, InputStream in, String subject, org.apache.hadoop.conf.Configuration conf, Cipher cipher, byte[] iv) Encrypts a block of plaintext with the symmetric key resolved for the given subject -
Uses of Cipher in org.apache.hadoop.hbase.io.crypto.aes
-
Uses of Cipher in org.apache.hadoop.hbase.security
Modifier and TypeMethodDescriptionprivate static Key
EncryptionUtil.getUnwrapKey
(org.apache.hadoop.conf.Configuration conf, String subject, org.apache.hadoop.hbase.shaded.protobuf.generated.EncryptionProtos.WrappedKey wrappedKey, Cipher cipher) -
Uses of Cipher in org.apache.hadoop.hbase.util