Uses of Interface
org.apache.hadoop.crypto.key.KeyProviderExtension.Extension
Packages that use KeyProviderExtension.Extension
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of KeyProviderExtension.Extension in org.apache.hadoop.crypto.key
Classes in org.apache.hadoop.crypto.key with type parameters of type KeyProviderExtension.ExtensionModifier and TypeClassDescriptionclassThis 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.keyModifier and TypeInterfaceDescriptionstatic interfaceCryptoExtension is a type of Extension that exposes methods to generate EncryptedKeys and to decrypt the same.static interfaceDelegationTokenExtension is a type of Extension that exposes methods needed to work with Delegation Tokens. -
Uses of KeyProviderExtension.Extension in org.apache.hadoop.crypto.key.kms
Classes in org.apache.hadoop.crypto.key.kms that implement KeyProviderExtension.ExtensionModifier and TypeClassDescriptionclassKMS clientKeyProviderimplementation.classA simple LoadBalancing KMSClientProvider that round-robins requests across a provided array of KMSClientProviders.