Package org.apache.hadoop.crypto.key
package org.apache.hadoop.crypto.key
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
ClassDescriptionorg.apache.hadoop.crypto.key.CachingKeyProviderA
KeyProviderExtensionimplementation providing a short lived cache forKeyVersionsandMetadatato avoid burst of requests to hit the underlyingKeyProvider.org.apache.hadoop.crypto.key.JavaKeyStoreProviderKeyProvider based on Java's KeyStore file format.org.apache.hadoop.crypto.key.JavaKeyStoreProvider.FactoryThe factory to create JksProviders, which is used by the ServiceLoader.org.apache.hadoop.crypto.key.JavaKeyStoreProvider.KeyMetadataAn adapter between a KeyStore Key and our Metadata.A provider of secret key material for Hadoop applications.org.apache.hadoop.crypto.key.KeyProvider.KeyVersionThe combination of both the key version name and the key material.org.apache.hadoop.crypto.key.KeyProvider.MetadataKey metadata that is associated with the key.org.apache.hadoop.crypto.key.KeyProvider.OptionsOptions when creating key objects.org.apache.hadoop.crypto.key.KeyProviderCryptoExtensionA KeyProvider with Cryptographic Extensions specifically for generating and decrypting encrypted encryption keys.org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtensionCryptoExtension is a type of Extension that exposes methods to generate EncryptedKeys and to decrypt the same.org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersionAn encrypted encryption key (EEK) and related information.org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtensionA KeyProvider extension with the ability to add a renewer's Delegation Tokens to the provided Credentials.org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension.DelegationTokenExtensionDelegationTokenExtension is a type of Extension that exposes methods needed to work with Delegation Tokens.org.apache.hadoop.crypto.key.KeyProviderExtension<E extends org.apache.hadoop.crypto.key.KeyProviderExtension.Extension>This is a utility class used to extend the functionality of KeyProvider, that takes a KeyProvider and an Extension.org.apache.hadoop.crypto.key.KeyProviderExtension.ExtensionA marker interface for the KeyProviderExtension subclass implement.A factory to create a list of KeyProvider based on the path given in a Configuration.org.apache.hadoop.crypto.key.KeyProviderTokenIssuerFile systems that support Encryption Zones have to implement this interface.org.apache.hadoop.crypto.key.KeyShellThis program is the CLI utility for the KeyProvider facilities in Hadoop.org.apache.hadoop.crypto.key.UserProviderA KeyProvider factory for UGIs.org.apache.hadoop.crypto.key.UserProvider.Factory