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.
  • Class
    Description
    org.apache.hadoop.crypto.key.CachingKeyProvider
    A KeyProviderExtension implementation providing a short lived cache for KeyVersions and Metadatato avoid burst of requests to hit the underlying KeyProvider.
    org.apache.hadoop.crypto.key.JavaKeyStoreProvider
    KeyProvider based on Java's KeyStore file format.
    org.apache.hadoop.crypto.key.JavaKeyStoreProvider.Factory
    The factory to create JksProviders, which is used by the ServiceLoader.
    org.apache.hadoop.crypto.key.JavaKeyStoreProvider.KeyMetadata
    An adapter between a KeyStore Key and our Metadata.
    A provider of secret key material for Hadoop applications.
    org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
    The combination of both the key version name and the key material.
    org.apache.hadoop.crypto.key.KeyProvider.Metadata
    Key metadata that is associated with the key.
    org.apache.hadoop.crypto.key.KeyProvider.Options
    Options when creating key objects.
    org.apache.hadoop.crypto.key.KeyProviderCryptoExtension
    A KeyProvider with Cryptographic Extensions specifically for generating and decrypting encrypted encryption keys.
    org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
    CryptoExtension is a type of Extension that exposes methods to generate EncryptedKeys and to decrypt the same.
    org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
    An encrypted encryption key (EEK) and related information.
    org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension
    A KeyProvider extension with the ability to add a renewer's Delegation Tokens to the provided Credentials.
    org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension.DelegationTokenExtension
    DelegationTokenExtension 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.Extension
    A 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.KeyProviderTokenIssuer
    File systems that support Encryption Zones have to implement this interface.
    org.apache.hadoop.crypto.key.KeyShell
    This program is the CLI utility for the KeyProvider facilities in Hadoop.
    org.apache.hadoop.crypto.key.UserProvider
    A KeyProvider factory for UGIs.
    org.apache.hadoop.crypto.key.UserProvider.Factory