Package org.mozilla.jss.crypto
Class KBKDFDataParameter
- java.lang.Object
-
- org.mozilla.jss.util.NativeEnclosure
-
- org.mozilla.jss.crypto.KBKDFDataParameter
-
- All Implemented Interfaces:
java.lang.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 Summary
Fields Modifier and Type Field Description long
type
-
Fields inherited from class org.mozilla.jss.util.NativeEnclosure
mPointer, mPointerSize
-
-
Constructor Summary
Constructors Constructor Description KBKDFDataParameter(long type)
-
Method Summary
-
Methods inherited from class org.mozilla.jss.util.NativeEnclosure
acquireNativeResources, close, finalize, open, releaseNativeResources
-
-