@Table public class Anchor extends Object
| Constructor and Description |
|---|
Anchor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setCertificateData(byte[] data) |
void |
setData(byte[] data)
Set the value of certificateData.
|
X509Certificate |
toCertificate() |
void |
validate()
Validate the Anchor for the existance of data.
|
public void setCertificateData(byte[] data)
throws CertificateException
CertificateExceptionpublic void setData(byte[] data)
throws CertificateException
data - The value of certificateData.CertificateExceptionpublic X509Certificate toCertificate() throws CertificateException
CertificateExceptionpublic void validate()
throws CertificateException
CertificateExceptionCopyright © 2021. All rights reserved.