Uses of Interface
br.ufsc.labsec.signature.validationData.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 class
AbstractSignatureIdentityInformation
-
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 class
SignatureIdentityInformation
Esta classe gerencia as listas de certificados e CRLs de uma assinatura CAdES.Fields in br.ufsc.labsec.signature.conformanceVerifier.cades declared as AttributeCertificateCollection Modifier and Type Field Description AttributeCertificateCollection
CadesSignatureComponent. attributeCertificateCollection
-
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 class
SignatureIdentityInformation
Esta classe gerencia as listas de certificados e CRLs de uma assinatura CAdES.Fields in br.ufsc.labsec.signature.conformanceVerifier.jades declared as AttributeCertificateCollection Modifier and Type Field Description AttributeCertificateCollection
JadesSignatureComponent. attributeCertificateCollection
-
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 class
SignatureIdentityInformation
Esta classe gerencia as listas de certificados e CRLs de uma assinatura XAdES.Fields in br.ufsc.labsec.signature.conformanceVerifier.xades declared as AttributeCertificateCollection Modifier and Type Field Description AttributeCertificateCollection
XadesSignatureComponent. attributeCertificateCollection
-
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 AttributeCertificateCollection
AbstractRevocationCreator. attrCertificateCollection
Methods 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)