| Package | Description |
|---|---|
| anon.crypto |
| Modifier and Type | Method and Description |
|---|---|
CertPath |
XMLSignatureElement.getCertPath() |
CertPath |
CertificateContainer.getCertPath() |
CertPath |
CertificateInfoStructure.getCertPath() |
CertPath |
MultiCertPath.getFirstVerifiedPath()
Gets the first verified CertPath of this MultiCertPath.
|
static CertPath |
CertPath.getInstance(JAPCertificate a_firstCert,
int a_documentType,
java.util.Vector a_pathCertificates) |
CertPath |
MultiCertPath.getPath()
Tries to return the first verified CertPath.
|
static CertPath |
CertPath.getRootInstance(JAPCertificate a_rootCert) |
| Modifier and Type | Method and Description |
|---|---|
int |
CertificateStore.addCertificateWithoutVerification(CertPath a_certPath,
int a_certificateType,
boolean a_onlyHardRemovable,
boolean a_bNotRemovable) |
int |
CertificateStore.addCertificateWithVerification(CertPath a_certificate,
int a_certificateType,
boolean a_onlyHardRemovable) |
| Constructor and Description |
|---|
CertificateContainer(CertPath a_certPath,
int a_certificateType,
boolean a_certificateNeedsVerification)
Creates a new instance of CertificateContainer.
|
CertificateInfoStructure(CertPath a_certPath,
JAPCertificate a_parentCertificate,
int a_certificateType,
boolean a_enabled,
boolean a_certificateNeedsVerification,
boolean a_onlyHardRemovable,
boolean a_notRemovable) |
Copyright © 2023. All rights reserved.