| Package | Description |
|---|---|
| org.nhindirect.config.store |
| Modifier and Type | Method and Description |
|---|---|
void |
TrustBundleAnchor.setAnchorData(byte[] data) |
void |
Anchor.setCertificateData(byte[] data) |
void |
Anchor.setData(byte[] data)
Set the value of certificateData.
|
void |
Certificate.setData(byte[] data)
Set the value of data.
|
void |
TrustBundleAnchor.setData(byte[] data)
Set the value of anchorData.
|
X509Certificate |
Anchor.toCertificate() |
X509Certificate |
TrustBundleAnchor.toCertificate()
Converts the anchor data to an X509 certificate
|
Certificate.CertContainer |
Certificate.toCredential()
Deprecated.
|
Certificate.CertContainer |
Certificate.toCredential(char[] keyStorePass,
char[] privateKeyPass)
Deprecated.
|
X509Certificate |
TrustBundle.toSigningCertificate()
Converts the signing data into an X509 certificate
|
void |
Anchor.validate()
Validate the Anchor for the existance of data.
|
void |
Certificate.validate()
Validate the Certificate for the existance of data.
|
void |
TrustBundle.validate()
Validates that the bundle has valid and complete data
|
void |
TrustBundleAnchor.validate()
Validate the Anchor for the existance of data.
|
Copyright © 2021. All rights reserved.