Interface CipherProvider

All Superinterfaces:
org.apache.hadoop.conf.Configurable
All Known Implementing Classes:
CryptoCipherProvider, DefaultCipherProvider

@Public public interface CipherProvider extends org.apache.hadoop.conf.Configurable
An CipherProvider contributes support for various cryptographic Ciphers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get an Cipher
    Return the provider's name
    Return the set of Ciphers supported by this provider

    Methods inherited from interface org.apache.hadoop.conf.Configurable

    getConf, setConf
  • Method Details