Uses of Class
org.apache.xml.security.encryption.params.HKDFParams.Builder
-
Packages that use HKDFParams.Builder Package Description org.apache.xml.security.encryption.params -
-
Uses of HKDFParams.Builder in org.apache.xml.security.encryption.params
Methods in org.apache.xml.security.encryption.params that return HKDFParams.Builder Modifier and Type Method Description static HKDFParams.BuilderHKDFParams. createBuilder(int keyBitLength, String hmacHashAlgorithm)Method create a new builder for the HKDFParams.HKDFParams.BuilderHKDFParams.Builder. info(byte[] info)Set the (optional) info value which is used for the key derivation.HKDFParams.BuilderHKDFParams.Builder. salt(byte[] salt)Set the (optional) salt value which is used for the key derivation.
-