public class CertificateExtensionList extends java.lang.Object implements java.lang.AutoCloseable, java.io.Serializable, java.lang.Iterable<CertificateExtension>
| Constructor and Description |
|---|
CertificateExtensionList()
Creates a new instance of the CertificateExtensionList class.
|
CertificateExtensionList(long handle)
Creates a new instance of the CertificateExtensionList class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases all resources used by this CertificateExtensionList.
|
protected void |
finalize()
Finalizer for this class.
|
CertificateExtension |
get(int index)
Gets an item of the CertificateExtensionList object.
|
int |
getCount()
Gets the number of elements in the CertificateExtensionList object.
|
long |
getHandle()
Gets the native handle.
|
java.util.Iterator<CertificateExtension> |
iterator() |
public CertificateExtensionList()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public CertificateExtensionList(long handle)
throws BiosealException
handle - Handle to the CertificateExtensionList.BiosealException - An error has occurred during Bioseal Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public CertificateExtension get(int index) throws BiosealException
index - Index of the CertificateExtension item to get.BiosealException - An error has occurred during Bioseal Library execution.public int getCount()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public java.util.Iterator<CertificateExtension> iterator()
iterator in interface java.lang.Iterable<CertificateExtension>Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal