Uses of Class
com.amazonaws.encryptionsdk.internal.CommittedKey
Packages that use CommittedKey
Package
Description
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 CommittedKeyModifier and TypeMethodDescriptionstatic CommittedKey
CommittedKey.generate(CryptoAlgorithm alg, SecretKey dataKey, byte[] nonce)
Generates an encryption key along with associated commitment value.