public abstract class UniqueIvParameters extends SelfDestructor
| Modifier and Type | Field and Description |
|---|---|
long |
length
Deprecated.
This field is only used by the JNI code and should never be accessed directly.
|
long |
pointer
Deprecated.
This field is only used by the JNI code and should never be accessed directly.
|
| Constructor and Description |
|---|
UniqueIvParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Frees the native memory allocated for the IV buffer.
|
boolean |
isConfiguredForIvWriteBack()
Returns whether this object was successfully set up for write-back of an HSM generated IV/nonce after a call to C_EncryptInit
|
close, finalize@Deprecated @Unsafe(value="Usage may cause memory corruption or leaks!") public volatile long pointer
@Deprecated @Unsafe(value="Usage may cause memory corruption or leaks!") public volatile long length
public boolean isConfiguredForIvWriteBack()
public void clean()
clean in class SelfDestructorSelfDestructor.close()