Uses of Class
com.amazonaws.encryptionsdk.internal.CommittedKey
-
Packages that use CommittedKey Package Description com.amazonaws.encryptionsdk.internal Contains the internal classes that handle the cryptographic defined by the message formats and algorithms. -
-
Uses of CommittedKey in com.amazonaws.encryptionsdk.internal
Methods in com.amazonaws.encryptionsdk.internal that return CommittedKey Modifier and Type Method Description static CommittedKey
CommittedKey. generate(CryptoAlgorithm alg, SecretKey dataKey, byte[] nonce)
Generates an encryption key along with associated commitment value.
-