|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Unstable public interface CipherProvider
An CipherProvider contributes support for various cryptographic Ciphers.
| Method Summary | |
|---|---|
Cipher |
getCipher(String name)
Get an Cipher |
String |
getName()
Return the provider's name |
String[] |
getSupportedCiphers()
Return the set of Ciphers supported by this provider |
| Methods inherited from interface org.apache.hadoop.conf.Configurable |
|---|
getConf, setConf |
| Method Detail |
|---|
String getName()
String[] getSupportedCiphers()
Cipher getCipher(String name)
name - Cipher name, e.g. "AES"
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||