Uses of Interface
eu.europa.esig.dss.pki.model.CertEntity
Packages that use CertEntity
Package
Description
-
Uses of CertEntity in eu.europa.esig.dss.pki.jaxb.model
Classes in eu.europa.esig.dss.pki.jaxb.model that implement CertEntityModifier and TypeClassDescriptionclassRepresents a JAXB implementation of aCertEntity.Methods in eu.europa.esig.dss.pki.jaxb.model that return CertEntity -
Uses of CertEntity in eu.europa.esig.dss.pki.model
Classes in eu.europa.esig.dss.pki.model with type parameters of type CertEntityModifier and TypeInterfaceDescriptioninterfaceCertEntityRepository<T extends CertEntity>This interface represents a repository for CertEntity objects.Methods in eu.europa.esig.dss.pki.model that return CertEntityModifier and TypeMethodDescriptionRetrieves the issuer certificate entity for the given certificate entity. -
Uses of CertEntity in eu.europa.esig.dss.pki.x509.aia
Methods in eu.europa.esig.dss.pki.x509.aia that return CertEntityModifier and TypeMethodDescriptionprotected CertEntityPKIAIASource.getCertEntity(CertificateToken certificateToken) Returns a cert entity for the correspondingeu.europa.esig.dss.model.x509.CertificateTokenConstructor parameters in eu.europa.esig.dss.pki.x509.aia with type arguments of type CertEntityModifierConstructorDescriptionPKIAIASource(CertEntityRepository<? extends CertEntity> certEntityRepository) Default constructor to instantiate thePKIAIASourcewith the given PKICertEntityRepository -
Uses of CertEntity in eu.europa.esig.dss.pki.x509.revocation.crl
Methods in eu.europa.esig.dss.pki.x509.revocation.crl that return CertEntityModifier and TypeMethodDescriptionprotected CertEntityPKICRLSource.getCrlIssuer(CertificateToken certificateToken, CertificateToken issuerCertificateToken) Returns aCertEntityto be used as an CRL issuer.Methods in eu.europa.esig.dss.pki.x509.revocation.crl with parameters of type CertEntityModifier and TypeMethodDescriptionprotected CRLBinaryPKICRLSource.generateCRL(CertEntity crlIssuer) Generates a CRL token and returns encoded binariesprotected SignatureAlgorithmPKICRLSource.getSignatureAlgorithm(CertEntity crlIssuer) Returns a signature algorithm to be used on CRL creationvoidPKICRLSource.setCrlIssuer(CertEntity crlIssuer) Sets a CertEntity to be used as a CRL issuer.Method parameters in eu.europa.esig.dss.pki.x509.revocation.crl with type arguments of type CertEntityModifier 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.Constructors in eu.europa.esig.dss.pki.x509.revocation.crl with parameters of type CertEntityModifierConstructorDescriptionPKICRLSource(CertEntityRepository<? extends CertEntity> certEntityRepository, CertEntity crlIssuer) Creates a PKICRLSource instance with enforced CRL signerCertEntityConstructor parameters in eu.europa.esig.dss.pki.x509.revocation.crl with type arguments of type CertEntityModifierConstructorDescriptionPKICRLSource(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
Methods in eu.europa.esig.dss.pki.x509.revocation.ocsp that return CertEntityModifier and TypeMethodDescriptionprotected CertEntityPKIDelegatedOCSPSource.getOcspResponder(CertificateToken certificateToken, CertificateToken issuerCertificateToken) protected CertEntityPKIOCSPSource.getOcspResponder(CertificateToken certificateToken, CertificateToken issuerCertificateToken) Returns aCertEntityto be used as an OCSP Response issuer.Methods in eu.europa.esig.dss.pki.x509.revocation.ocsp with parameters of type CertEntityModifier and TypeMethodDescriptionprotected SignatureAlgorithmPKIOCSPSource.getSignatureAlgorithm(CertEntity ocspResponder) Returns a signature algorithm to be used on OCSP response creationvoidPKIDelegatedOCSPSource.setOcspResponder(CertEntity ocspResponder) voidPKIOCSPSource.setOcspResponder(CertEntity ocspResponder) Sets the OCSP ResponderCertEntityto sign the generated OCSP responses.Method parameters in eu.europa.esig.dss.pki.x509.revocation.ocsp with type arguments of type CertEntityModifier and TypeMethodDescriptionvoidPKIDelegatedOCSPSource.setOcspResponders(Map<CertEntity, CertEntity> ocspResponders) Sets a map of CA cert entities and their delegated OCSP RespondersvoidPKIDelegatedOCSPSource.setOcspResponders(Map<CertEntity, CertEntity> ocspResponders) Sets a map of CA cert entities and their delegated OCSP RespondersConstructors in eu.europa.esig.dss.pki.x509.revocation.ocsp with parameters of type CertEntityModifierConstructorDescriptionPKIOCSPSource(CertEntityRepository<? extends CertEntity> certEntityRepository, CertEntity ocspResponder) Creates a PKIOCSPSource instance with a definedCertEntityOCSP issuerConstructor parameters in eu.europa.esig.dss.pki.x509.revocation.ocsp with type arguments of type CertEntityModifierConstructorDescriptionPKIOCSPSource(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 -
Uses of CertEntity in eu.europa.esig.dss.pki.x509.tsp
Constructors in eu.europa.esig.dss.pki.x509.tsp with parameters of type CertEntityModifierConstructorDescriptionPKITSPSource(CertEntity certEntity) Constructs a new PkiTSPSource instance with the specified certificate entity.