Class KBKDFDataParameter

java.lang.Object
org.mozilla.jss.util.NativeEnclosure
org.mozilla.jss.crypto.KBKDFDataParameter
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
KBKDFByteArrayParam, KBKDFDKMLengthParam, KBKDFIterationVariableParam, KBKDFOptionalCounterParam

public abstract class KBKDFDataParameter extends NativeEnclosure
A KBKDF Data Parameter is a structure of type CK_PRF_DATA_PARAM, with three members: a type, a pointer to its data, and the size of the data field.
  • Field Details

    • type

      public long type
  • Constructor Details

    • KBKDFDataParameter

      public KBKDFDataParameter(long type)