Uses of Interface
br.ufsc.labsec.commons.validationData.CertificateCollection
Packages that use CertificateCollection
Package
Description
-
Uses of CertificateCollection in br.ufsc.labsec.commons.utils
Methods in br.ufsc.labsec.commons.utils with parameters of type CertificateCollectionModifier and TypeMethodDescriptionCertificateUtils.getCertificate(CertificateCollection collection, SignatureObject object, org.bouncycastle.util.Selector<Certificate> selector, CertificateCollectionCache cache) -
Uses of CertificateCollection in br.ufsc.labsec.commons.validationData
Classes in br.ufsc.labsec.commons.validationData that implement CertificateCollection -
Uses of CertificateCollection in br.ufsc.labsec.component
Fields in br.ufsc.labsec.component declared as CertificateCollection -
Uses of CertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.cades
Classes in br.ufsc.labsec.signature.conformanceVerifier.cades that implement CertificateCollectionModifier and TypeClassDescriptionclassEsta classe gerencia as listas de certificados e CRLs de uma assinatura CAdES.Methods in br.ufsc.labsec.signature.conformanceVerifier.cades with parameters of type CertificateCollectionModifier and TypeMethodDescriptionRevocationSignedDataCreator.otherCRLsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> RevocationSignedDataCreator.otherOCSPsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) -
Uses of CertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.unsigned with parameters of type CertificateCollectionModifier and TypeMethodDescriptionIdAaEtsCertValuesCreator.otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) IdAaEtsCertValuesCreator.otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) IdAaEtsRevocationRefsCreator.otherCRLsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) IdAaEtsRevocationValuesCreator.otherCRLsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> IdAaEtsRevocationRefsCreator.otherOCSPsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> IdAaEtsRevocationValuesCreator.otherOCSPsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) -
Uses of CertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.common
Methods in br.ufsc.labsec.signature.conformanceVerifier.common that return CertificateCollectionModifier and TypeMethodDescriptionabstract CertificateCollectionCertificateValuesLogic.getCertificateCollection() -
Uses of CertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.jades
Classes in br.ufsc.labsec.signature.conformanceVerifier.jades that implement CertificateCollectionModifier and TypeClassDescriptionclassEsta classe gerencia as listas de certificados e CRLs de uma assinatura CAdES. -
Uses of CertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned with parameters of type CertificateCollectionModifier and TypeMethodDescriptionCertificateValuesCreator.otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature) CertificateValuesCreator.otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature) AttributeRevocationValuesCreator.otherCRLsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature) RevocationValuesCreator.otherCRLsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> AttributeRevocationValuesCreator.otherOCSPsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> RevocationValuesCreator.otherOCSPsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature) -
Uses of CertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.validationService
Fields in br.ufsc.labsec.signature.conformanceVerifier.validationService with type parameters of type CertificateCollectionMethods in br.ufsc.labsec.signature.conformanceVerifier.validationService that return types with arguments of type CertificateCollectionModifier and TypeMethodDescriptionValidationServiceRepository.getAdditionalCertificateCollection() -
Uses of CertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.xades
Classes in br.ufsc.labsec.signature.conformanceVerifier.xades that implement CertificateCollectionModifier and TypeClassDescriptionclassEsta classe gerencia as listas de certificados e CRLs de uma assinatura XAdES. -
Uses of CertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.xades.attributes.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades.attributes.unsigned that return CertificateCollection -
Uses of CertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.xades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades.creator.unsigned with parameters of type CertificateCollectionModifier and TypeMethodDescriptionCertificateValuesCreator.otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) CertificateValuesCreator.otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) CompleteRevocationRefsCreator.otherCRLsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) RevocationValuesCreator.otherCRLsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> CompleteRevocationRefsCreator.otherOCSPsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> RevocationValuesCreator.otherOCSPsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) -
Uses of CertificateCollection in br.ufsc.labsec.signature.signer.creator
Fields in br.ufsc.labsec.signature.signer.creator declared as CertificateCollectionModifier and TypeFieldDescriptionprotected final CertificateCollectionAbstractRevocationCreator.certificateCollectionMethods in br.ufsc.labsec.signature.signer.creator with parameters of type CertificateCollectionModifier and TypeMethodDescriptionabstract List<Certificate> CertificateCreator.otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) CertificateRefsCreator.otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) abstract Set<Certificate> CertificateCreator.otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) CertificateRefsCreator.otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) AbstractRevocationCreator.otherCRLsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) abstract Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> AbstractRevocationCreator.otherOCSPsToInclude(RevocationRepository revocationRepository, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) Constructors in br.ufsc.labsec.signature.signer.creator with parameters of type CertificateCollectionModifierConstructorDescriptionAbstractRevocationCreator(AbstractRevocationCreator.RevocationRules rule, Component component, CertificateValidation certificateValidation, RevocationRepository revocationRepository, SignaturePolicyInterface signaturePolicyInterface, CertificateCollection certificateCollection, AttributeCertificateCollection attrCertificateCollection, CRLRevocationInformation crlCollection, OCSPRevocationInformation ocspCollections) AttributeRevocationCreator(AbstractRevocationCreator.RevocationRules rule, Component component, CertificateValidation certificateValidation, RevocationRepository revocationRepository, SignaturePolicyInterface signaturePolicyInterface, CertificateCollection certificateCollection, AttributeCertificateCollection attrCertificateCollection, CRLRevocationInformation crlCollection, OCSPRevocationInformation ocspCollections) CertificateCreator(CertificateCreator.CertificateRule rule, Component component, CertificateValidation certificateValidation, SignaturePolicyInterface signaturePolicyInterface, CertificateCollection certificateCollection) CertificateInfoCreator(CertificateCreator.CertificateRule rule, Component component, CertificateValidation certificateValidation, SignaturePolicyInterface signaturePolicyInterface, CertificateCollection certificateCollection) CertificateRefsCreator(CertificateCreator.CertificateRule rule, Component component, CertificateValidation certificateValidation, SignaturePolicyInterface signaturePolicyInterface, CertificateCollection certificateCollection) RevocationCreator(AbstractRevocationCreator.RevocationRules rule, Component component, CertificateValidation certificateValidation, RevocationRepository revocationRepository, SignaturePolicyInterface signaturePolicyInterface, CertificateCollection certificateCollection, AttributeCertificateCollection attrCertificateCollection, CRLRevocationInformation crlCollection, OCSPRevocationInformation ocspCollections) -
Uses of CertificateCollection in br.ufsc.labsec.validationDataServices.interfaces
Methods in br.ufsc.labsec.validationDataServices.interfaces that return types with arguments of type CertificateCollectionModifier and TypeMethodDescriptionValidationServiceRepositoryInterface.getAdditionalCertificateCollection()Methods in br.ufsc.labsec.validationDataServices.interfaces with parameters of type CertificateCollectionModifier and TypeMethodDescriptionRevocationRepository.getCRLIssuer(Certificate certificate, SignatureObject signature, Set<TrustAnchor> trustAnchors, CertificateCollection collection) -
Uses of CertificateCollection in br.ufsc.labsec.validationDataServices.services
Methods in br.ufsc.labsec.validationDataServices.services with parameters of type CertificateCollectionModifier and TypeMethodDescriptionstatic Optional<Certificate> CertStoreService.getCRLIssuer(Object certificate, SignatureObject signature, Set<TrustAnchor> trustAnchors, CRLRevocationCache revocationCache, List<CRLRevocationInformation> revocationInformations, CertificateCollection collection, List<CertificateCollection> collections, CertificateCollectionCache cache, Map<URL, List<X509Certificate>> aiaCache) RevocationRepositoryService.getCRLIssuer(Certificate certificate, SignatureObject signature, Set<TrustAnchor> trustAnchors, CertificateCollection collection) Method parameters in br.ufsc.labsec.validationDataServices.services with type arguments of type CertificateCollectionModifier and TypeMethodDescriptionstatic CertPathCertPathBuilder.constructCertPath(Certificate certificate, Set<TrustAnchor> trustAnchors, CertificateCollectionCache cache, List<CertificateCollection> collections, Map<URL, List<X509Certificate>> aiaCache) Cria o caminho de certificação sem o uso de armazenamentostatic CertStoreCertStoreService.createCertStoreVariable(X509Certificate x509Certificate, Set<TrustAnchor> trustAnchors, CertificateCollectionCache cache, List<CertificateCollection> collections, Map<URL, List<X509Certificate>> aiaCache) Cria o conjunto de certificados na cadeia de certificação e LCRs do certificado dadostatic Optional<Certificate> CertStoreService.getCRLIssuerCertificate(org.bouncycastle.cert.X509AttributeCertificateHolder certificate, X509CRL crl, Certificate issuer, Set<TrustAnchor> trustAnchor, List<CertificateCollection> certificateCollections, CertificateCollectionCache certificateCache, Map<URL, List<X509Certificate>> aiaCache, SignatureObject... signatureObjects) static Optional<Certificate> CertStoreService.getIssuerCertificate(SignatureObject signatureObject, Object certificate, List<CertificateCollection> collections, CertificateCollectionCache cache, Map<URL, List<X509Certificate>> aiaCache, Set<TrustAnchor> trustAnchors)