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