Uses of Interface
br.ufsc.labsec.signature.validationData.AttributeCertificateCollection
-
Uses of AttributeCertificateCollection in br.ufsc.labsec.component
Fields in br.ufsc.labsec.component declared as AttributeCertificateCollection Modifier and Type Field Description AttributeCertificateCollectionCompleteSignatureComponent. attributeCertificateCollection -
Uses of AttributeCertificateCollection in br.ufsc.labsec.signature.conformanceVerifier
Classes in br.ufsc.labsec.signature.conformanceVerifier that implement AttributeCertificateCollection Modifier and Type Class Description classAbstractSignatureIdentityInformation -
Uses of AttributeCertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.cades
Classes in br.ufsc.labsec.signature.conformanceVerifier.cades that implement AttributeCertificateCollection Modifier and Type Class Description classSignatureIdentityInformationEsta classe gerencia as listas de certificados e CRLs de uma assinatura CAdES. -
Uses of AttributeCertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.unsigned with parameters of type AttributeCertificateCollection Modifier and Type Method Description protected List<Certificate>IdAaEtsAttrCertificateRefsCreator. otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature, List<Certificate> certificates)protected List<Certificate>IdAaEtsAttrCertificateRefsCreator. otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature, List<Certificate> certificates) -
Uses of AttributeCertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.jades
Classes in br.ufsc.labsec.signature.conformanceVerifier.jades that implement AttributeCertificateCollection Modifier and Type Class Description classSignatureIdentityInformationEsta classe gerencia as listas de certificados e CRLs de uma assinatura CAdES. -
Uses of AttributeCertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned with parameters of type AttributeCertificateCollection Modifier and Type Method Description protected List<Certificate>AttributeCertificateRefsCreator. otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature, List<Certificate> certificates)protected List<Certificate>AttributeCertificateRefsCreator. otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature, List<Certificate> certificates) -
Uses of AttributeCertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.validationService
Fields in br.ufsc.labsec.signature.conformanceVerifier.validationService with type parameters of type AttributeCertificateCollection Modifier and Type Field Description List<AttributeCertificateCollection>ValidationServiceRepository. additionalAttributeCertificateCollection -
Uses of AttributeCertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.xades
Classes in br.ufsc.labsec.signature.conformanceVerifier.xades that implement AttributeCertificateCollection Modifier and Type Class Description classSignatureIdentityInformationEsta classe gerencia as listas de certificados e CRLs de uma assinatura XAdES. -
Uses of AttributeCertificateCollection in br.ufsc.labsec.signature.conformanceVerifier.xades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades.creator.unsigned with parameters of type AttributeCertificateCollection Modifier and Type Method Description protected List<Certificate>AttributeCertificateRefsCreator. otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature, List<Certificate> certificates)protected List<Certificate>AttributeCertificateRefsV2Creator. otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature, List<Certificate> certificates)protected List<Certificate>AttributeCertificateRefsCreator. otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature, List<Certificate> certificates)protected List<Certificate>AttributeCertificateRefsV2Creator. otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature, List<Certificate> certificates) -
Uses of AttributeCertificateCollection in br.ufsc.labsec.signature.signer.creator
Fields in br.ufsc.labsec.signature.signer.creator declared as AttributeCertificateCollection Modifier and Type Field Description protected AttributeCertificateCollectionAbstractRevocationCreator. attrCertificateCollectionMethods in br.ufsc.labsec.signature.signer.creator with parameters of type AttributeCertificateCollection Modifier and Type Method Description protected abstract List<Certificate>AttributeCertificateRefsCreator. otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature, List<Certificate> certificates)protected abstract List<Certificate>AttributeCertificateRefsCreator. otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature, List<Certificate> certificates)