Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.certificate.validation |
Modifier and Type | Field and Description |
---|---|
protected CertificatePathNode |
CertificatePath.mHead |
protected CertificatePathNode |
CertificatePath.mTail |
Modifier and Type | Method and Description |
---|---|
CertificatePathNode |
CertificatePath.getHead() |
CertificatePathNode |
CertificatePath.getTail() |
CertificatePathNode |
CertificatePathNode.next() |
CertificatePathNode |
CertificatePathNode.previous() |
Modifier and Type | Method and Description |
---|---|
void |
CertificatePathNode.setNext(CertificatePathNode iNext) |
void |
CertificatePathNode.setPrevious(CertificatePathNode iPrevious) |
Constructor and Description |
---|
CertificatePathNode(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aSubject,
CertificatePathNode aPrevious,
CertificatePathNode aNext,
ValidationSystem aValidationSystem) |
Copyright © 2025. All rights reserved.