Uses of Class
software.amazon.encryption.s3.internal.HmacKeyDerivationFunction
-
Packages that use HmacKeyDerivationFunction Package Description software.amazon.encryption.s3.internal -
-
Uses of HmacKeyDerivationFunction in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal that return HmacKeyDerivationFunction Modifier and Type Method Description static HmacKeyDerivationFunctionHmacKeyDerivationFunction. getInstance(String algorithm, Provider provider)Returns anHmacKeyDerivationFunctionobject using the specified algorithm.
-