Uses of Class
org.apache.hadoop.hbase.io.crypto.Cipher
Packages that use Cipher
Package
Description
- 
Uses of Cipher in org.apache.hadoop.hbase.io.cryptoFields in org.apache.hadoop.hbase.io.crypto declared as CipherMethods in org.apache.hadoop.hbase.io.crypto that return CipherModifier and TypeMethodDescriptionGet an CipherContext.getCipher()static CipherGet an cipher given a nameMethods in org.apache.hadoop.hbase.io.crypto with parameters of type CipherModifier and TypeMethodDescriptionstatic voidEncryption.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 voidEncryption.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.aesSubclasses of Cipher in org.apache.hadoop.hbase.io.crypto.aes
- 
Uses of Cipher in org.apache.hadoop.hbase.securityMethods in org.apache.hadoop.hbase.security with parameters of type CipherModifier and TypeMethodDescriptionprivate static KeyEncryptionUtil.getUnwrapKey(org.apache.hadoop.conf.Configuration conf, String subject, org.apache.hadoop.hbase.shaded.protobuf.generated.EncryptionProtos.WrappedKey wrappedKey, Cipher cipher)