public class CertificateExtension
extends java.lang.Object
implements java.lang.AutoCloseable, java.io.Serializable
| Constructor and Description |
|---|
CertificateExtension()
Creates a new instance of the CertificateExtension class.
|
CertificateExtension(long handle)
Creates a new instance of the CertificateExtension class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases all resources used by this CertificateExtension.
|
protected void |
finalize()
Finalizer for this class.
|
boolean |
getCritical()
Gets the A value indicating whether the certificate extension is critical.
|
long |
getHandle()
Gets the native handle.
|
java.lang.String |
getOid()
Gets the the OID of the certificate extension.
|
byte[] |
getValue()
Gets the A byte array that contains the value of the certificate extension.
|
public CertificateExtension()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public CertificateExtension(long handle)
throws BiosealException
handle - Handle to the CertificateExtension.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 java.lang.String getOid()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public byte[] getValue()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public boolean getCritical()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal