Java org.apache.hadoop.crypto.key KeyProviderCryptoExtension fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.crypto.key KeyProviderCryptoExtension fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.crypto.key KeyProviderCryptoExtension.

The text is from its open source code.

Method

KeyProviderCryptoExtensioncreateKeyProviderCryptoExtension(KeyProvider keyProvider)
Creates a KeyProviderCryptoExtension using a given KeyProvider .
KeyVersiondecryptEncryptedKey(EncryptedKeyVersion encryptedKey)
Decrypts an encrypted byte[] key material using the given a key version name and initialization vector.