- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
- Direct Known Subclasses:
Encryption.Context
@Public
public class Context
extends Object
implements org.apache.hadoop.conf.Configurable
Crypto context. Encapsulates an encryption algorithm and its key material.
-
Field Summary
Fields
private org.apache.hadoop.conf.Configuration
-
Constructor Summary
Constructors
Context(org.apache.hadoop.conf.Configuration conf)
-
Method Summary
org.apache.hadoop.conf.Configuration
byte[]
void
setConf(org.apache.hadoop.conf.Configuration conf)
-
Field Details
-
conf
private org.apache.hadoop.conf.Configuration conf
-
-
-
-
Constructor Details
-
Context
Context(org.apache.hadoop.conf.Configuration conf)
-
-
Method Details
-
getConf
public org.apache.hadoop.conf.Configuration getConf()
- Specified by:
getConf
in interface org.apache.hadoop.conf.Configurable
-
setConf
public void setConf(org.apache.hadoop.conf.Configuration conf)
- Specified by:
setConf
in interface org.apache.hadoop.conf.Configurable
-
-
-
-
-
-
-
-