org.apache.hadoop.hbase.io.crypto
Class Encryption.Context
java.lang.Object
org.apache.hadoop.hbase.io.crypto.Context
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
NONE
public static final Encryption.Context NONE
- The null crypto context
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.