Package org.apache.hadoop.crypto
package org.apache.hadoop.crypto
Crypto related classes.
-
ClassDescriptionorg.apache.hadoop.crypto.CipherOptionUsed between client and server to negotiate the cipher suite, key and iv.org.apache.hadoop.crypto.CipherSuiteDefines properties of a CipherSuite.org.apache.hadoop.crypto.CryptoCodecCrypto codec class, encapsulates encryptor/decryptor pair.org.apache.hadoop.crypto.CryptoInputStreamCryptoInputStream decrypts data.org.apache.hadoop.crypto.CryptoOutputStreamCryptoOutputStream encrypts data.org.apache.hadoop.crypto.CryptoProtocolVersionVersions of the client/server protocol used for HDFS encryption.org.apache.hadoop.crypto.CryptoStreamUtilsorg.apache.hadoop.crypto.CryptoUtilsUtility methods for the crypto related features.org.apache.hadoop.crypto.Decryptororg.apache.hadoop.crypto.Encryptororg.apache.hadoop.crypto.JceAesCtrCryptoCodecImplement the AES-CTR crypto codec using JCE provider.org.apache.hadoop.crypto.JceCtrCryptoCodecorg.apache.hadoop.crypto.JceCtrCryptoCodec.JceCtrCipherorg.apache.hadoop.crypto.JceSm4CtrCryptoCodecImplement the SM4-CTR crypto codec using JCE provider.org.apache.hadoop.crypto.OpensslAesCtrCryptoCodecImplement the AES-CTR crypto codec using JNI into OpenSSL.org.apache.hadoop.crypto.OpensslCipherOpenSSL cipher using JNI.org.apache.hadoop.crypto.OpensslCtrCryptoCodecorg.apache.hadoop.crypto.OpensslCtrCryptoCodec.OpensslCtrCipherorg.apache.hadoop.crypto.OpensslSm4CtrCryptoCodecImplement the SM4-CTR crypto codec using JNI into OpenSSL.org.apache.hadoop.crypto.UnsupportedCodecExceptionThrown to indicate that the specific codec is not supported.