Modifier and Type | Method and Description |
---|---|
void |
CertificateStatusInfo.addRevocationCheckDetail(RevocationChecker aChecker,
CheckStatus aResult,
RevokeCheckStatus aCheckResult)
Add revocation check detail
|
Modifier and Type | Method and Description |
---|---|
protected RevokeCheckStatus |
RevocationFromOCSPChecker._check(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCertificate,
CertificateStatusInfo aCertificateStatusInfo) |
protected RevokeCheckStatus |
RevocationFromInitialOCSPChecker._check(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCertificate,
CertificateStatusInfo aCertificateStatusInfo)
todo refactor with OCSP checker
Checks certificate revocation status from OCSP
|
protected RevokeCheckStatus |
RevocationFromInitialCRLChecker._check(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCertificate,
CertificateStatusInfo aCertStatusInfo)
todo refactor
Checks certificate revocation status from CRL
|
protected RevokeCheckStatus |
RevocationFromCRLChecker._check(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCertificate,
CertificateStatusInfo aCertStatusInfo) |
protected RevokeCheckStatus |
RevocationCheckerFromMap._check(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCertificate,
CertificateStatusInfo aCertStatusInfo) |
protected abstract RevokeCheckStatus |
RevocationChecker._check(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate,
CertificateStatusInfo aCertStatusInfo) |
protected RevokeCheckStatus |
RevocationCheckerFromMap._checkFromCRL(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCert,
CertificateStatusInfo iCSI,
tr.gov.tubitak.uekae.esya.api.certificate.validation.check.certificate.revocation.RevocationInfoMap.RevocationInfoItems iRI) |
protected RevokeCheckStatus |
RevocationCheckerFromMap._checkFromOCSP(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCert,
CertificateStatusInfo iCSI,
tr.gov.tubitak.uekae.esya.api.certificate.validation.check.certificate.revocation.RevocationInfoMap.RevocationInfoItems iRI) |
RevokeCheckStatus |
RevocationChecker.check(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCertificate,
CertificateStatusInfo aCertStatusInfo)
Sertifikanin iptal kontrollerini yapar
|
static RevokeCheckStatus |
RevocationFromCRLChecker.checkFromCRL(ValidationSystem aParentSystem,
CertificateStatusInfo aCertStatusInfo,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL crl,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL deltaCRL,
RevocationFromCRLChecker.RevocationCoverage rc) |
static RevokeCheckStatus |
RevocationFromOCSPChecker.checkFromOCSP(ValidationSystem aParentSystem,
CertificateStatusInfo aCertificateStatusInfo,
tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse ocspResp) |
Modifier and Type | Method and Description |
---|---|
RevokeCheckStatus |
RevocationCheckResult.getRevocationCheckResult() |
static RevokeCheckStatus |
RevokeCheckStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RevokeCheckStatus[] |
RevokeCheckStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RevocationCheckResult.setRevocationCheckResult(RevokeCheckStatus aIKST) |
Constructor and Description |
---|
RevocationCheckResult(java.lang.String aKontrolText,
java.lang.String aResultText,
CheckStatus aResult,
RevokeCheckStatus aCheckResult) |
Copyright © 2025. All rights reserved.