public class RevocationInfoMap
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RevocationInfoMap.RevocationInfoStatus |
Modifier and Type | Field and Description |
---|---|
java.util.Map<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate,tr.gov.tubitak.uekae.esya.api.certificate.validation.check.certificate.revocation.RevocationInfoMap.RevocationInfoItems> |
mMap |
Constructor and Description |
---|
RevocationInfoMap() |
Modifier and Type | Method and Description |
---|---|
void |
appendCRL(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate iCert,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL iCRL) |
void |
appendOCSPResponse(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate iCert,
tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse iOCSPResponse) |
boolean |
contains(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate iCert) |
java.util.Map<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate,tr.gov.tubitak.uekae.esya.api.certificate.validation.check.certificate.revocation.RevocationInfoMap.RevocationInfoItems> |
getMap() |
public java.util.Map<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate,tr.gov.tubitak.uekae.esya.api.certificate.validation.check.certificate.revocation.RevocationInfoMap.RevocationInfoItems> mMap
public java.util.Map<tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate,tr.gov.tubitak.uekae.esya.api.certificate.validation.check.certificate.revocation.RevocationInfoMap.RevocationInfoItems> getMap()
public void appendCRL(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate iCert, tr.gov.tubitak.uekae.esya.api.asn.x509.ECRL iCRL)
public void appendOCSPResponse(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate iCert, tr.gov.tubitak.uekae.esya.api.asn.ocsp.EOCSPResponse iOCSPResponse)
public boolean contains(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate iCert)
Copyright © 2025. All rights reserved.