Interface CipherProvider
- All Superinterfaces:
 org.apache.hadoop.conf.Configurable
- All Known Implementing Classes:
 CryptoCipherProvider,DefaultCipherProvider
An CipherProvider contributes support for various cryptographic Ciphers.
- 
Method Summary
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf 
- 
Method Details
- 
getName
Return the provider's name - 
getSupportedCiphers
Return the set of Ciphers supported by this provider - 
getCipher
Get an Cipher- Parameters:
 name- Cipher name, e.g. "AES"- Returns:
 - the appropriate Cipher
 
 
 -