Uses of Class
org.apache.hadoop.hbase.io.crypto.Context

Packages that use org.apache.hadoop.hbase.io.crypto.Context
  • Uses of org.apache.hadoop.hbase.io.crypto.Context in org.apache.hadoop.hbase.io.crypto

    Subclasses of org.apache.hadoop.hbase.io.crypto.Context in in org.apache.hadoop.hbase.io.crypto
    Modifier and Type
    Class
    Description
    static class 
    org.apache.hadoop.hbase.io.crypto.Encryption.Context
    Crypto context
    Methods in org.apache.hadoop.hbase.io.crypto that return org.apache.hadoop.hbase.io.crypto.Context in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.crypto.Context
    Context.setCipher(org.apache.hadoop.hbase.io.crypto.Cipher cipher)
     
    org.apache.hadoop.hbase.io.crypto.Context
    Context.setKEKData(ManagedKeyData kekData)
     
    org.apache.hadoop.hbase.io.crypto.Context
    Context.setKey(Key key)
     
    org.apache.hadoop.hbase.io.crypto.Context
    Context.setKeyNamespace(String keyNamespace)
     
    Methods in org.apache.hadoop.hbase.io.crypto with parameters of type org.apache.hadoop.hbase.io.crypto.Context in in
    Modifier and Type
    Method
    Description
    abstract InputStream
    Cipher.createDecryptionStream(InputStream in, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv)
    Create a decrypting input stream given a context and IV
    abstract OutputStream
    Cipher.createEncryptionStream(OutputStream out, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv)
    Create an encrypting output stream given a context and IV
  • Uses of org.apache.hadoop.hbase.io.crypto.Context in org.apache.hadoop.hbase.io.crypto.aes

    Methods in org.apache.hadoop.hbase.io.crypto.aes with parameters of type org.apache.hadoop.hbase.io.crypto.Context in in
    Modifier and Type
    Method
    Description
    AES.createDecryptionStream(InputStream in, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv)
     
    CommonsCryptoAES.createDecryptionStream(InputStream in, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv)
     
    AES.createEncryptionStream(OutputStream out, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv)
     
    CommonsCryptoAES.createEncryptionStream(OutputStream out, org.apache.hadoop.hbase.io.crypto.Context context, byte[] iv)