Uses of Interface
org.apache.hadoop.crypto.key.KeyProviderExtension.Extension

Packages that use KeyProviderExtension.Extension
org.apache.hadoop.crypto.key   
 

Uses of KeyProviderExtension.Extension in org.apache.hadoop.crypto.key
 

Classes in org.apache.hadoop.crypto.key with type parameters of type KeyProviderExtension.Extension
 class KeyProviderExtension<E extends KeyProviderExtension.Extension>
          This is a utility class used to extend the functionality of KeyProvider, that takes a KeyProvider and an Extension.
 

Subinterfaces of KeyProviderExtension.Extension in org.apache.hadoop.crypto.key
static interface KeyProviderCryptoExtension.CryptoExtension
          CryptoExtension is a type of Extension that exposes methods to generate EncryptedKeys and to decrypt the same.
static interface KeyProviderDelegationTokenExtension.DelegationTokenExtension
          DelegationTokenExtension is a type of Extension that exposes methods to needed to work with Delegation Tokens.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.