Class Context
java.lang.Object
org.apache.hadoop.hbase.io.crypto.Context
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
- Direct Known Subclasses:
Encryption.Context
Crypto context. Encapsulates an encryption algorithm and its key material.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.conf.ConfigurationgetConf()getKey()byte[]voidsetConf(org.apache.hadoop.conf.Configuration conf) setKEKData(ManagedKeyData kekData) setKeyNamespace(String keyNamespace) toString()
-
Field Details
-
conf
-
cipher
-
key
-
kekData
-
keyNamespace
-
keyHash
-
-
Constructor Details
-
Method Details
-
getConf
- Specified by:
getConfin interfaceorg.apache.hadoop.conf.Configurable
-
setConf
- Specified by:
setConfin interfaceorg.apache.hadoop.conf.Configurable
-
toString
-
getCipher
-
setCipher
-
getKeyBytes
-
getKeyBytesHash
-
getKeyFormat
-
getKey
-
setKey
-
setKeyNamespace
-
getKeyNamespace
-
setKEKData
-
getKEKData
-