@InterfaceAudience.Public public final class DefaultCipherProvider extends Object implements CipherProvider
限定符和类型 | 方法和说明 |
---|---|
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) |
public static DefaultCipherProvider getInstance()
public org.apache.hadoop.conf.Configuration getConf()
getConf
在接口中 org.apache.hadoop.conf.Configurable
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf
在接口中 org.apache.hadoop.conf.Configurable
public String getName()
CipherProvider
getName
在接口中 CipherProvider
public Cipher getCipher(String name)
CipherProvider
getCipher
在接口中 CipherProvider
name
- Cipher name, e.g. "AES"public String[] getSupportedCiphers()
CipherProvider
getSupportedCiphers
在接口中 CipherProvider
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.