Uses of Interface
eu.europa.esig.dss.pki.model.CertEntity
Package
Description
-
Uses of CertEntity in eu.europa.esig.dss.pki.jaxb.model
Modifier and TypeClassDescriptionclass
Represents a JAXB implementation of aCertEntity
. -
Uses of CertEntity in eu.europa.esig.dss.pki.model
Modifier and TypeInterfaceDescriptioninterface
CertEntityRepository<T extends CertEntity>
This interface represents a repository for CertEntity objects.Modifier and TypeMethodDescriptionRetrieves the issuer certificate entity for the given certificate entity. -
Uses of CertEntity in eu.europa.esig.dss.pki.x509.aia
Modifier and TypeMethodDescriptionprotected CertEntity
PKIAIASource.getCertEntity
(CertificateToken certificateToken) Returns a cert entity for the correspondingeu.europa.esig.dss.model.x509.CertificateToken
ModifierConstructorDescriptionPKIAIASource
(CertEntityRepository<? extends CertEntity> certEntityRepository) Default constructor to instantiate thePKIAIASource
with the given PKICertEntityRepository
-
Uses of CertEntity in eu.europa.esig.dss.pki.x509.revocation.crl
Modifier and TypeMethodDescriptionprotected CertEntity
PKICRLSource.getCrlIssuer
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) Returns aCertEntity
to be used as an CRL issuer.Modifier and TypeMethodDescriptionprotected CRLBinary
PKICRLSource.generateCRL
(CertEntity crlIssuer) Generates a CRL token and returns encoded binariesprotected SignatureAlgorithm
PKICRLSource.getSignatureAlgorithm
(CertEntity crlIssuer) Returns a signature algorithm to be used on CRL creationvoid
PKICRLSource.setCrlIssuer
(CertEntity crlIssuer) Sets a CertEntity to be used as a CRL issuer.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.ModifierConstructorDescriptionPKICRLSource
(CertEntityRepository<? extends CertEntity> certEntityRepository, CertEntity crlIssuer) Creates a PKICRLSource instance with enforced CRL signerCertEntity
ModifierConstructorDescriptionPKICRLSource
(CertEntityRepository<? extends CertEntity> certEntityRepository) Creates a PKICRLSource instance with a CRL issuer being the issuer certificate token provided on the CRL requestPKICRLSource
(CertEntityRepository<? extends CertEntity> certEntityRepository, CertEntity crlIssuer) Creates a PKICRLSource instance with enforced CRL signerCertEntity
-
Uses of CertEntity in eu.europa.esig.dss.pki.x509.revocation.ocsp
Modifier and TypeMethodDescriptionprotected CertEntity
PKIDelegatedOCSPSource.getOcspResponder
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) protected CertEntity
PKIOCSPSource.getOcspResponder
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) Returns aCertEntity
to be used as an OCSP Response issuer.Modifier and TypeMethodDescriptionprotected SignatureAlgorithm
PKIOCSPSource.getSignatureAlgorithm
(CertEntity ocspResponder) Returns a signature algorithm to be used on OCSP response creationvoid
PKIDelegatedOCSPSource.setOcspResponder
(CertEntity ocspResponder) void
PKIOCSPSource.setOcspResponder
(CertEntity ocspResponder) Sets the OCSP ResponderCertEntity
to sign the generated OCSP responses.Modifier and TypeMethodDescriptionvoid
PKIDelegatedOCSPSource.setOcspResponders
(Map<CertEntity, CertEntity> ocspResponders) Sets a map of CA cert entities and their delegated OCSP Respondersvoid
PKIDelegatedOCSPSource.setOcspResponders
(Map<CertEntity, CertEntity> ocspResponders) Sets a map of CA cert entities and their delegated OCSP RespondersModifierConstructorDescriptionPKIOCSPSource
(CertEntityRepository<? extends CertEntity> certEntityRepository, CertEntity ocspResponder) Creates a PKIOCSPSource instance with a definedCertEntity
OCSP issuerModifierConstructorDescriptionPKIOCSPSource
(CertEntityRepository<? extends CertEntity> certEntityRepository) Creates a PKIOCSPSource instance with OCSP issuer being provided on request issuer of certificate token.PKIOCSPSource
(CertEntityRepository<? extends CertEntity> certEntityRepository, CertEntity ocspResponder) Creates a PKIOCSPSource instance with a definedCertEntity
OCSP issuer -
Uses of CertEntity in eu.europa.esig.dss.pki.x509.tsp
ModifierConstructorDescriptionPKITSPSource
(CertEntity certEntity) Constructs a new PkiTSPSource instance with the specified certificate entity.