public abstract class

AlgorithmParams

extends Object
implements AutoCloseable
java.lang.Object
   ↳ com.pdftron.crypto.AlgorithmParams
Known Direct Subclasses

Class Overview

Base class for AlgorithmIdentifier parameters.

Summary

Public Constructors
AlgorithmParams(long impl_ptr)
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
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.