Uses of Class
com.amazonaws.encryptionsdk.internal.HmacKeyDerivationFunction
-
Packages that use HmacKeyDerivationFunction Package Description com.amazonaws.encryptionsdk.internal Contains the internal classes that handle the cryptographic defined by the message formats and algorithms. -
-
Uses of HmacKeyDerivationFunction in com.amazonaws.encryptionsdk.internal
Methods in com.amazonaws.encryptionsdk.internal that return HmacKeyDerivationFunction Modifier and Type Method Description static HmacKeyDerivationFunction
HmacKeyDerivationFunction. getInstance(String algorithm)
Returns anHmacKeyDerivationFunction
object using the specified algorithm.
-