Package | Description |
---|---|
org.apache.hadoop.crypto.key | |
org.apache.hadoop.crypto.key.kms |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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
needed to work with Delegation Tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
LoadBalancingKMSClientProvider
A simple LoadBalancing KMSClientProvider that round-robins requests
across a provided array of KMSClientProviders.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.