Uses of Class
com.oracle.bmc.encryption.internal.CryptoAlgorithm
-
Packages that use CryptoAlgorithm Package Description com.oracle.bmc.encryption com.oracle.bmc.encryption.internal -
-
Uses of CryptoAlgorithm in com.oracle.bmc.encryption
Methods in com.oracle.bmc.encryption that return CryptoAlgorithm Modifier and Type Method Description CryptoAlgorithm
KmsMasterKeyProvider. getCryptoAlgorithm()
Get Crypto Algorithm.CryptoAlgorithm
MasterKeyProvider. getCryptoAlgorithm()
Methods in com.oracle.bmc.encryption with parameters of type CryptoAlgorithm 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 CryptoAlgorithm in com.oracle.bmc.encryption.internal
Methods in com.oracle.bmc.encryption.internal that return CryptoAlgorithm Modifier and Type Method 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.
-