Uses of Class
com.oracle.bmc.encryption.internal.DataKey
-
Packages that use DataKey Package Description com.oracle.bmc.encryption com.oracle.bmc.encryption.internal -
-
Uses of DataKey in com.oracle.bmc.encryption
Methods in com.oracle.bmc.encryption that return DataKey Modifier and Type Method Description DataKey
KmsMasterKey. generateDataEncryptionKey(CryptoAlgorithm cryptoAlgorithm)
Generate Data encryption key.DataKey
MasterKey. generateDataEncryptionKey(CryptoAlgorithm cryptoAlgorithm)
Generates a data encryption key (DEK) based on the algorithm provided using this MasterKey. -
Uses of DataKey in com.oracle.bmc.encryption.internal
Methods in com.oracle.bmc.encryption.internal that return DataKey Modifier and Type Method Description protected DataKey
CipherHandler. generateDataKey()
Methods in com.oracle.bmc.encryption.internal with parameters of type DataKey Modifier and Type Method Description EncryptionHeader
SerializeHeader. createHeader(DataKey dataKey, byte[] IVbytes, Map<String,String> context)
-