@Table(value="trustbundleanchor") public class TrustBundleAnchor extends Object
| Constructor and Description |
|---|
TrustBundleAnchor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAnchorData(byte[] data) |
void |
setData(byte[] data)
Set the value of anchorData.
|
X509Certificate |
toCertificate()
Converts the anchor data to an X509 certificate
|
void |
validate()
Validate the Anchor for the existance of data.
|
public void setAnchorData(byte[] data)
throws CertificateException
CertificateExceptionpublic void setData(byte[] data)
throws CertificateException
data - The value of anchorData.CertificateExceptionpublic X509Certificate toCertificate() throws CertificateException
CertificateExceptionpublic void validate()
throws CertificateException
CertificateExceptionCopyright © 2021. All rights reserved.