Package | Description |
---|---|
com.oracle.bmc.encryption | |
com.oracle.bmc.encryption.internal |
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 |
---|---|
protected DataKey |
CipherHandler.generateDataKey() |
Modifier and Type | Method and Description |
---|---|
EncryptionHeader |
SerializeHeader.createHeader(DataKey dataKey,
byte[] IVbytes,
Map<String,String> context) |
Copyright © 2016–2024. All rights reserved.