Uses of Class
eu.europa.esig.dss.pki.model.CertEntityRevocation
Package
Description
-
Uses of CertEntityRevocation in eu.europa.esig.dss.pki.jaxb.model
Modifier and TypeMethodDescriptionJAXBCertEntityRepository.getRevocation
(JAXBCertEntity dbCertEntity) Modifier and TypeMethodDescriptionJAXBCertEntityRepository.getRevocationList
(JAXBCertEntity parent) -
Uses of CertEntityRevocation in eu.europa.esig.dss.pki.model
Modifier and TypeMethodDescriptionCertEntityRepository.getRevocation
(T certEntity) Retrieves the revocation information for the given certificate entity.Modifier and TypeMethodDescriptionCertEntityRepository.getRevocationList
(T parent) Retrieves the revocation list associated with the parent certificate entity. -
Uses of CertEntityRevocation in eu.europa.esig.dss.pki.x509.revocation.crl
Modifier and TypeMethodDescriptionprotected void
PKICRLSource.addRevocationsToCRL
(org.bouncycastle.cert.X509v2CRLBuilder builder, Map<CertEntity, CertEntityRevocation> revocationList) Adds revocations to the CRL builder based on the provided CertEntity and revocationList. -
Uses of CertEntityRevocation in eu.europa.esig.dss.pki.x509.revocation.ocsp
Modifier and TypeMethodDescriptionprotected CertEntityRevocation
PKIOCSPSource.getCertificateTokenRevocation
(CertificateToken certificateToken, org.bouncycastle.cert.ocsp.OCSPReq ocspReq) Returns a revocation status for the givenCertificateToken
or a certificate withinOCSPReq
Modifier and TypeMethodDescriptionprotected void
PKIOCSPSource.addRevocationStatusToOCSPResponse
(org.bouncycastle.cert.ocsp.BasicOCSPRespBuilder builder, org.bouncycastle.cert.ocsp.OCSPReq ocspReq, CertEntityRevocation certEntityRevocation) This method adds certificate revocation information toBasicOCSPRespBuilder