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 TypeClassDescriptionclass
A 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.class
A KBKDF Optional Counter Parameter is a type of KBKDF Data Parameter that describes the optional counter variable for Feedback and Pipeline KBKDFs.class
A 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.class
A 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 TypeMethodDescriptionvoid
KBKDFParameterSpec.addParameter
(KBKDFDataParameter param) Appends (to the end) a new data parameter.void
KBKDFParameterSpec.setParameters
(KBKDFDataParameter[] params) Set parameters for key derivation.