Package org.apache.hadoop.hbase.io.crypto
package org.apache.hadoop.hbase.io.crypto
-
ClassDescriptionorg.apache.hadoop.hbase.io.crypto.CipherA common interface for a cryptographic algorithm.org.apache.hadoop.hbase.io.crypto.CipherProviderAn CipherProvider contributes support for various cryptographic Ciphers.org.apache.hadoop.hbase.io.crypto.ContextCrypto context.org.apache.hadoop.hbase.io.crypto.CryptoCipherProviderThe default cipher provider.org.apache.hadoop.hbase.io.crypto.DecryptorDecryptors apply a cipher to an InputStream to recover plaintext.org.apache.hadoop.hbase.io.crypto.DefaultCipherProviderThe default cipher provider.org.apache.hadoop.hbase.io.crypto.EncryptionA facade for encryption algorithms and related support.org.apache.hadoop.hbase.io.crypto.Encryption.ContextCrypto contextorg.apache.hadoop.hbase.io.crypto.EncryptorEncryptors apply a cipher to an OutputStream to produce ciphertext.org.apache.hadoop.hbase.io.crypto.KeyProviderKeyProvider is a interface to abstract the different methods of retrieving key material from key storage such as Java key store.org.apache.hadoop.hbase.io.crypto.KeyStoreKeyProviderA basic KeyProvider that can resolve keys from a protected KeyStore file on the local filesystem.org.apache.hadoop.hbase.io.crypto.MockAesKeyProviderReturn a fixed secret key for AES for testing.