org.apache.hadoop.hbase.io.crypto
Class Encryption.Context

java.lang.Object
  extended by org.apache.hadoop.hbase.io.crypto.Context
      extended by org.apache.hadoop.hbase.io.crypto.Encryption.Context
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
Enclosing class:
Encryption

public static class Encryption.Context
extends Context

Crypto context


Field Summary
static Encryption.Context NONE
          The null crypto context
 
Method Summary
 Encryption.Context setCipher(Cipher cipher)
           
 Encryption.Context setKey(byte[] key)
           
 Encryption.Context setKey(Key key)
           
 
Methods inherited from class org.apache.hadoop.hbase.io.crypto.Context
getCipher, getConf, getKey, getKeyBytes, getKeyBytesHash, getKeyFormat, setConf, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final Encryption.Context NONE
The null crypto context

Method Detail

setCipher

public Encryption.Context setCipher(Cipher cipher)
Overrides:
setCipher in class Context

setKey

public Encryption.Context setKey(Key key)
Overrides:
setKey in class Context

setKey

public Encryption.Context setKey(byte[] key)


Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.