|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.io.crypto.DefaultCipherProvider
@InterfaceAudience.Public @InterfaceStability.Unstable public final class DefaultCipherProvider
The default cipher provider. Supports AES via the JCE.
Method Summary | |
---|---|
Cipher |
getCipher(String name)
Get an Cipher |
org.apache.hadoop.conf.Configuration |
getConf()
|
static DefaultCipherProvider |
getInstance()
|
String |
getName()
Return the provider's name |
String[] |
getSupportedCiphers()
Return the set of Ciphers supported by this provider |
void |
setConf(org.apache.hadoop.conf.Configuration conf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DefaultCipherProvider getInstance()
public org.apache.hadoop.conf.Configuration getConf()
getConf
in interface org.apache.hadoop.conf.Configurable
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf
in interface org.apache.hadoop.conf.Configurable
public String getName()
CipherProvider
getName
in interface CipherProvider
public Cipher getCipher(String name)
CipherProvider
getCipher
in interface CipherProvider
name
- Cipher name, e.g. "AES"
public String[] getSupportedCiphers()
CipherProvider
getSupportedCiphers
in interface CipherProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |