java.lang.Object |
↳ |
com.pdftron.crypto.AlgorithmParams |
Known Direct Subclasses
|
Class Overview
Base class for AlgorithmIdentifier parameters.
Summary
Public Methods |
long
|
__GetHandle()
|
void
|
close()
Frees the native memory of the object.
|
void
|
destroy()
Frees the native memory of the object.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.AutoCloseable
|
Public Constructors
public
AlgorithmParams
(long impl_ptr)
Public Methods
public
long
__GetHandle
()
public
void
close
()
Frees the native memory of the object. This can
be explicitly called to control the deallocation of
native memory and avoid situations where the garbage
collector does not free the object in a timely manner.
public
void
destroy
()
Frees the native memory of the object. This can
be explicitly called to control the deallocation of
native memory and avoid situations where the garbage
collector does not free the object in a timely manner.