| Modifier and Type | Method and Description |
|---|---|
CryptoAlgorithm |
AlgorithmHandler.getAlgorithm() |
| Constructor and Description |
|---|
AlgorithmHandler(CryptoAlgorithm algorithm,
SecretKey keySpec,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
AliyunKms.GenerateDataKeyResult |
AliyunKms.generateDataKey(CmkId keyId,
CryptoAlgorithm algorithm,
Map<String,String> context)
使用主密钥生成一个数据密钥
|
AliyunKms.GenerateDataKeyResult |
DefaultAliyunKms.generateDataKey(CmkId keyId,
CryptoAlgorithm algorithm,
Map<String,String> context) |
| Modifier and Type | Method and Description |
|---|---|
CryptoAlgorithm |
EncryptionMaterial.getAlgorithm() |
CryptoAlgorithm |
CipherHeader.getAlgorithm() |
CryptoAlgorithm |
CryptoResult.getAlgorithm() |
CryptoAlgorithm |
DecryptionMaterial.getAlgorithm() |
static CryptoAlgorithm |
CryptoAlgorithm.getAlgorithm(int value) |
static CryptoAlgorithm |
CryptoAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoAlgorithm[] |
CryptoAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionMaterial.setAlgorithm(CryptoAlgorithm algorithm) |
void |
CipherHeader.setAlgorithm(CryptoAlgorithm algorithm) |
void |
DecryptionMaterial.setAlgorithm(CryptoAlgorithm algorithm) |
| Constructor and Description |
|---|
CipherHeader(int version,
List<EncryptedDataKey> encryptedDataKeys,
Map<String,String> encryptionContext,
CryptoAlgorithm algorithm) |
CipherHeader(int version,
List<EncryptedDataKey> encryptedDataKeys,
Map<String,String> encryptionContext,
CryptoAlgorithm algorithm,
byte[] headerIv,
byte[] headerAuthTag) |
CipherHeader(List<EncryptedDataKey> encryptedDataKeys,
Map<String,String> encryptionContext,
CryptoAlgorithm algorithm) |
CipherHeader(List<EncryptedDataKey> encryptedDataKeys,
Map<String,String> encryptionContext,
CryptoAlgorithm algorithm,
byte[] headerIv,
byte[] headerAuthTag) |
| Modifier and Type | Field and Description |
|---|---|
protected CryptoAlgorithm |
BaseDataKeyProvider.algorithm |
| Modifier and Type | Method and Description |
|---|---|
CryptoAlgorithm |
BaseDataKeyProvider.getAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDataKeyProvider.setAlgorithm(CryptoAlgorithm algorithm) |
| Constructor and Description |
|---|
BaseDataKeyProvider(String keyId,
CryptoAlgorithm algorithm) |
| Constructor and Description |
|---|
AbstractExternalStoreDataKeyProvider(String keyId,
CryptoAlgorithm algorithm,
String dataKeyName) |
DefaultDataKeyProvider(String keyId,
CryptoAlgorithm algorithm) |
SecretManagerDataKeyProvider(String keyId,
CryptoAlgorithm algorithm,
String dataKeyName) |
Copyright © 2020. All rights reserved.