Uses of Class
eu.europa.esig.dss.pki.model.CertEntityRevocation
Packages that use CertEntityRevocation
Package
Description
-
Uses of CertEntityRevocation in eu.europa.esig.dss.pki.jaxb.model
Methods in eu.europa.esig.dss.pki.jaxb.model that return CertEntityRevocationModifier and TypeMethodDescriptionJAXBCertEntityRepository.getRevocation(JAXBCertEntity dbCertEntity) Methods in eu.europa.esig.dss.pki.jaxb.model that return types with arguments of type CertEntityRevocationModifier and TypeMethodDescriptionJAXBCertEntityRepository.getRevocationList(JAXBCertEntity parent) -
Uses of CertEntityRevocation in eu.europa.esig.dss.pki.model
Methods in eu.europa.esig.dss.pki.model that return CertEntityRevocationModifier and TypeMethodDescriptionCertEntityRepository.getRevocation(T certEntity) Retrieves the revocation information for the given certificate entity.Methods in eu.europa.esig.dss.pki.model that return types with arguments of type CertEntityRevocationModifier 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
Method parameters in eu.europa.esig.dss.pki.x509.revocation.crl with type arguments of type CertEntityRevocationModifier and TypeMethodDescriptionprotected voidPKICRLSource.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
Methods in eu.europa.esig.dss.pki.x509.revocation.ocsp that return CertEntityRevocationModifier and TypeMethodDescriptionprotected CertEntityRevocationPKIOCSPSource.getCertificateTokenRevocation(CertificateToken certificateToken, org.bouncycastle.cert.ocsp.OCSPReq ocspReq) Returns a revocation status for the givenCertificateTokenor a certificate withinOCSPReqMethods in eu.europa.esig.dss.pki.x509.revocation.ocsp with parameters of type CertEntityRevocationModifier and TypeMethodDescriptionprotected voidPKIOCSPSource.addRevocationStatusToOCSPResponse(org.bouncycastle.cert.ocsp.BasicOCSPRespBuilder builder, org.bouncycastle.cert.ocsp.OCSPReq ocspReq, CertEntityRevocation certEntityRevocation) This method adds certificate revocation information toBasicOCSPRespBuilder