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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.crypto.Cipher
    CipherProvider.getCipher(String name)
    Get an Cipher
    org.apache.hadoop.hbase.io.crypto.Cipher
    Context.getCipher()
     
    org.apache.hadoop.hbase.io.crypto.Cipher
    CryptoCipherProvider.getCipher(String name)
     
    org.apache.hadoop.hbase.io.crypto.Cipher
    DefaultCipherProvider.getCipher(String name)
     
    static org.apache.hadoop.hbase.io.crypto.Cipher
    Encryption.getCipher(org.apache.hadoop.conf.Configuration conf, String name)
    Get an cipher given a name
    Methods in org.apache.hadoop.hbase.io.crypto with parameters of type org.apache.hadoop.hbase.io.crypto.Cipher in in
    Modifier and Type
    Method
    Description
    static void
    Encryption.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 subject
    static void
    Encryption.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 subject
    org.apache.hadoop.hbase.io.crypto.Context
    Context.setCipher(org.apache.hadoop.hbase.io.crypto.Cipher cipher)
     
    org.apache.hadoop.hbase.io.crypto.Encryption.Context
    Encryption.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.aes
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.io.crypto.aes.AES
    AES-128, provided by the JCE
    class 
    org.apache.hadoop.hbase.io.crypto.aes.CommonsCryptoAES