Uses of Class
org.apache.hadoop.hbase.io.crypto.Cipher
Packages that use org.apache.hadoop.hbase.io.crypto.Cipher
-
Uses of org.apache.hadoop.hbase.io.crypto.Cipher in org.apache.hadoop.hbase.io.crypto
Methods in org.apache.hadoop.hbase.io.crypto that return org.apache.hadoop.hbase.io.crypto.Cipher in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.crypto.CipherCipherProvider.getCipher(String name) Get an Cipherorg.apache.hadoop.hbase.io.crypto.CipherContext.getCipher()org.apache.hadoop.hbase.io.crypto.CipherCryptoCipherProvider.getCipher(String name) org.apache.hadoop.hbase.io.crypto.CipherDefaultCipherProvider.getCipher(String name) static org.apache.hadoop.hbase.io.crypto.CipherEncryption.getCipher(org.apache.hadoop.conf.Configuration conf, String name) Get an cipher given a nameMethods in org.apache.hadoop.hbase.io.crypto with parameters of type org.apache.hadoop.hbase.io.crypto.Cipher in inModifier and TypeMethodDescriptionstatic voidEncryption.decryptWithSubjectKey(OutputStream out, InputStream in, int outLen, String subject, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.io.crypto.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, org.apache.hadoop.hbase.io.crypto.Cipher cipher, byte[] iv) Encrypts a block of plaintext with the symmetric key resolved for the given subjectorg.apache.hadoop.hbase.io.crypto.ContextContext.setCipher(org.apache.hadoop.hbase.io.crypto.Cipher cipher) org.apache.hadoop.hbase.io.crypto.Encryption.ContextEncryption.Context.setCipher(org.apache.hadoop.hbase.io.crypto.Cipher cipher) -
Uses of org.apache.hadoop.hbase.io.crypto.Cipher in org.apache.hadoop.hbase.io.crypto.aes
Subclasses of org.apache.hadoop.hbase.io.crypto.Cipher in in org.apache.hadoop.hbase.io.crypto.aesModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.io.crypto.aes.AESAES-128, provided by the JCEclassorg.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES