Uses of Class
com.amazon.corretto.crypto.provider.HkdfSpec
-
Packages that use HkdfSpec Package Description com.amazon.corretto.crypto.provider -
-
Uses of HkdfSpec in com.amazon.corretto.crypto.provider
Methods in com.amazon.corretto.crypto.provider that return HkdfSpec Modifier and Type Method Description HkdfSpecHkdfSpec.Builder. build()static HkdfSpecHkdfSpec. hkdfExpandSpec(byte[] prk, byte[] info, int desiredLength, java.lang.String algorithmName)static HkdfSpecHkdfSpec. hkdfExtractSpec(byte[] secret, byte[] salt, java.lang.String algorithmName)static HkdfSpecHkdfSpec. hkdfSpec(byte[] secret, byte[] salt, byte[] info, int desiredLength, java.lang.String algorithmName)
-