| Package | Description |
|---|---|
| org.apache.hadoop.crypto | |
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CipherSuite |
CipherSuite.convert(java.lang.String name) |
Convert to CipherSuite from name,
algoBlockSize is fixed for
certain cipher suite, just need to compare the name. |
CipherSuite |
CipherOption.getCipherSuite() |
|
abstract CipherSuite |
CryptoCodec.getCipherSuite() |
|
CipherSuite |
JceAesCtrCryptoCodec.getCipherSuite() |
|
CipherSuite |
JceSm4CtrCryptoCodec.getCipherSuite() |
|
CipherSuite |
OpensslAesCtrCryptoCodec.getCipherSuite() |
|
CipherSuite |
OpensslSm4CtrCryptoCodec.getCipherSuite() |
|
static CipherSuite |
CipherSuite.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CipherSuite[] |
CipherSuite.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CryptoCodec |
CryptoCodec.getInstance(Configuration conf,
CipherSuite cipherSuite) |
Get crypto codec for specified algorithm/mode/padding.
|
static boolean |
OpensslCipher.isSupported(CipherSuite suite) |
| Constructor | Description |
|---|---|
CipherOption(CipherSuite suite) |
|
CipherOption(CipherSuite suite,
byte[] inKey,
byte[] inIv,
byte[] outKey,
byte[] outIv) |
|
JceCtrCipher(int mode,
java.lang.String provider,
CipherSuite suite,
java.lang.String name) |
|
OpensslCtrCipher(int mode,
CipherSuite suite) |
|
OpensslCtrCipher(int mode,
CipherSuite suite,
java.lang.String engineId) |
| Modifier and Type | Method | Description |
|---|---|---|
CipherSuite |
FileEncryptionInfo.getCipherSuite() |
| Constructor | Description |
|---|---|
FileEncryptionInfo(CipherSuite suite,
CryptoProtocolVersion version,
byte[] edek,
byte[] iv,
java.lang.String keyName,
java.lang.String ezKeyVersionName) |
Create a FileEncryptionInfo.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.