Uses of Interface
eu.europa.esig.dss.pki.model.CertEntityRepository
Packages that use CertEntityRepository
Package
Description
-
Uses of CertEntityRepository in eu.europa.esig.dss.pki.jaxb.model
Classes in eu.europa.esig.dss.pki.jaxb.model that implement CertEntityRepositoryModifier and TypeClassDescriptionclassJAXB PKI implementation ofCertEntityRepository -
Uses of CertEntityRepository in eu.europa.esig.dss.pki.x509.aia
Constructors in eu.europa.esig.dss.pki.x509.aia with parameters of type CertEntityRepositoryModifierConstructorDescriptionPKIAIASource(CertEntityRepository<? extends CertEntity> certEntityRepository) Default constructor to instantiate thePKIAIASourcewith the given PKICertEntityRepository -
Uses of CertEntityRepository in eu.europa.esig.dss.pki.x509.revocation.crl
Constructors in eu.europa.esig.dss.pki.x509.revocation.crl with parameters of type CertEntityRepositoryModifierConstructorDescriptionPKICRLSource(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
Fields in eu.europa.esig.dss.pki.x509.revocation.ocsp declared as CertEntityRepositoryModifier and TypeFieldDescriptionprotected final CertEntityRepositoryPKIOCSPSource.certEntityRepositoryThe repository managing the PKI issuing the OCSP responsesConstructors in eu.europa.esig.dss.pki.x509.revocation.ocsp with parameters of type CertEntityRepositoryModifierConstructorDescriptionPKIDelegatedOCSPSource(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 definedCertEntityOCSP issuer