public class KBKDFIterationVariableParam extends KBKDFDataParameter
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
littleEndian |
protected long |
widthInBits |
typemPointer, mPointerSize| Constructor and Description |
|---|
KBKDFIterationVariableParam() |
KBKDFIterationVariableParam(boolean littleEndian,
long widthInBits) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
acquireNativeResources()
Allocate native resources, setting mPointer and mPointerSize as
appropriate.
|
protected void |
releaseNativeResources()
Called to deallocate native resources; note that mPointer.close()
is called afterwards.
|
void |
setCounterSpec(boolean littleEndian,
long widthInBits) |
close, finalize, openpublic KBKDFIterationVariableParam()
public KBKDFIterationVariableParam(boolean littleEndian,
long widthInBits)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic void setCounterSpec(boolean littleEndian,
long widthInBits)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionprotected void acquireNativeResources()
throws java.lang.Exception
NativeEnclosureacquireNativeResources in class NativeEnclosurejava.lang.Exceptionprotected void releaseNativeResources()
throws java.lang.Exception
NativeEnclosurereleaseNativeResources in class NativeEnclosurejava.lang.Exception