Uses of Interface
eu.europa.esig.dss.pki.model.CertEntityRepository
Package
Description
-
Uses of CertEntityRepository in eu.europa.esig.dss.pki.jaxb.model
Modifier and TypeClassDescriptionclass
JAXB PKI implementation ofCertEntityRepository
-
Uses of CertEntityRepository in eu.europa.esig.dss.pki.x509.aia
ModifierConstructorDescriptionPKIAIASource
(CertEntityRepository<? extends CertEntity> certEntityRepository) Default constructor to instantiate thePKIAIASource
with the given PKICertEntityRepository
-
Uses of CertEntityRepository in eu.europa.esig.dss.pki.x509.revocation.crl
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 CertEntityRepository in eu.europa.esig.dss.pki.x509.revocation.ocsp
Modifier and TypeFieldDescriptionprotected final CertEntityRepository
PKIOCSPSource.certEntityRepository
The repository managing the PKI issuing the OCSP responsesModifierConstructorDescriptionPKIDelegatedOCSPSource
(CertEntityRepository certEntityRepository) Default constructorPKIOCSPSource
(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