Uses of Class
org.mozilla.jss.crypto.KBKDFDataParameter
Packages that use KBKDFDataParameter
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of KBKDFDataParameter in org.mozilla.jss.crypto
Subclasses of KBKDFDataParameter in org.mozilla.jss.cryptoModifier and TypeClassDescriptionclassA KBKDF Byte Array Parameter is a type of KBKDF Data Parameter that contains a single byte array that gets passed to the KBKDF to be inserted into the PRF input stream.classA KBKDF Optional Counter Parameter is a type of KBKDF Data Parameter that describes the optional counter variable for Feedback and Pipeline KBKDFs.classA KBKDF Iteration Variable Parameter is a type of KBKDF Data Parameter that either references the counter variable or otherwise is a pointer to the output of the previous PRF invocation.classA KBKDF Optional Counter Parameter is a type of KBKDF Data Parameter that describes the optional counter variable for Feedback and Pipeline KBKDFs.Fields in org.mozilla.jss.crypto declared as KBKDFDataParameterMethods in org.mozilla.jss.crypto with parameters of type KBKDFDataParameterModifier and TypeMethodDescriptionvoidKBKDFParameterSpec.addParameter(KBKDFDataParameter param) Appends (to the end) a new data parameter.voidKBKDFParameterSpec.setParameters(KBKDFDataParameter[] params) Set parameters for key derivation.