Package | Description |
---|---|
com.oracle.bmc.encryption | |
com.oracle.bmc.encryption.internal |
Modifier and Type | Method and Description |
---|---|
CryptoAlgorithm |
MasterKeyProvider.getCryptoAlgorithm() |
CryptoAlgorithm |
KmsMasterKeyProvider.getCryptoAlgorithm()
Get Crypto Algorithm.
|
Modifier and Type | Method and Description |
---|---|
DataKey |
MasterKey.generateDataEncryptionKey(CryptoAlgorithm cryptoAlgorithm)
Generates a data encryption key (DEK) based on the algorithm provided using this MasterKey.
|
DataKey |
KmsMasterKey.generateDataEncryptionKey(CryptoAlgorithm cryptoAlgorithm)
Generate Data encryption key.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2016–2024. All rights reserved.