Package org.apache.hadoop.crypto
package org.apache.hadoop.crypto
Crypto related classes.
-
ClassDescriptionUsed between client and server to negotiate the cipher suite, key and iv.Defines properties of a CipherSuite.Crypto codec class, encapsulates encryptor/decryptor pair.CryptoInputStream decrypts data.CryptoOutputStream encrypts data.Versions of the client/server protocol used for HDFS encryption.Utility methods for the crypto related features.Implement the AES-CTR crypto codec using JCE provider.Implement the SM4-CTR crypto codec using JCE provider.Implement the AES-CTR crypto codec using JNI into OpenSSL.OpenSSL cipher using JNI.Implement the SM4-CTR crypto codec using JNI into OpenSSL.Thrown to indicate that the specific codec is not supported.