Package org.mozilla.jss.crypto
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
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 Summary
FieldsFields inherited from class org.mozilla.jss.util.NativeEnclosure
mPointer, mPointerSize
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mozilla.jss.util.NativeEnclosure
acquireNativeResources, close, finalize, open, releaseNativeResources
-
Field Details
-
type
public long type
-
-
Constructor Details
-
KBKDFDataParameter
public KBKDFDataParameter(long type)
-