Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.jades.JadesInformation
-
Uses of JadesInformation in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that return JadesInformation Modifier and Type Method Description protected JadesInformation
JadesAttributeIncluder. getExtraInformation()
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that return types with arguments of type JadesInformation Modifier and Type Method Description protected AttributeFactory<JadesInformation,JadesAttrCommonStruct,JadesSignature>
JadesAttributeIncluder. getAttributeFactory()
Method parameters in br.ufsc.labsec.signature.conformanceVerifier.jades with type arguments of type JadesInformation Modifier and Type Method Description boolean
JadesSigner. canCoSign(FileToBeSigned<? extends JadesInformation> signerInformation)
boolean
JadesSigner. canCounterSign(FileToBeSigned<? extends JadesInformation> signerInformation)
boolean
JadesSigner. coSign(FileToBeSigned<? extends JadesInformation> signerInformation)
protected JadesSignatureContainer
JadesContainerGenerator. generateSignature(FileToBeSigned<? extends JadesInformation> fileToBeSigned, List<SignatureAttribute<JadesAttrCommonStruct>> signedAttributes)
JadesSignature
JadesSigner. getLastSignature(FileToBeSigned<? extends JadesInformation> fileToBeSigned)
SignatureDataWrapper
JadesSigner. getSignature(FileToBeSigned<? extends JadesInformation> fileToBeSigned)
Inicializa o gerador de contĂȘiner de assinaturaboolean
JadesSigner. simpleSign(FileToBeSigned<? extends JadesInformation> fileToBeSigned)
Realiza a assinaturaboolean
JadesSigner. supports(FileToBeSigned<? extends JadesInformation> fileToBeSigned)
Verifica se o documento requisitado pode ser assinado -
Uses of JadesInformation in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.signed
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.signed with type parameters of type JadesInformation Modifier and Type Method Description <Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>AllDataObjectsTimeStampCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)
<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>SignaturePolicyIdentifierCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)
<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>SignatureProductionPlaceCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)
<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>SigningCertificateCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)
<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>SigningTimeCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned)
Method parameters in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.signed with type arguments of type JadesInformation Modifier and Type Method Description List<Certificate>
SigningCertificateCreator. getCertificates(FileToBeSigned<? extends JadesInformation> fileToBeSigned)
List<Certificate>
SigningCertificateV2Creator. getCertificates(FileToBeSigned<? extends JadesInformation> fileToBeSigned)
-
Uses of JadesInformation in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned with type parameters of type JadesInformation Modifier and Type Method Description <Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>AttrAuthoritiesCertValsCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, JadesSignature signature)
<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>RevocationRefsCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, JadesSignature signature)
<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>SignaturePolicyStoreCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, JadesSignature signature)
<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct>TimeStampValidationDataCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, JadesSignature signature)
Method parameters in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned with type arguments of type JadesInformation 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)
List<Certificate>
CertificateValuesCreator. otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
protected List<Certificate>
AttributeCertificateRefsCreator. otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature, List<Certificate> certificates)
Set<Certificate>
CertificateValuesCreator. otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<CRL>
AttributeRevocationValuesCreator. otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<CRL>
RevocationValuesCreator. otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<CRL>
AttributeRevocationValuesCreator. otherCRLsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<CRL>
RevocationValuesCreator. otherCRLsToInclude(CertificateValidation certificateValidation, 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. otherOCSPsToExclude(OCSPRevocationInformation ocspCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>
RevocationValuesCreator. otherOCSPsToExclude(OCSPRevocationInformation crlCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>
AttributeRevocationValuesCreator. otherOCSPsToInclude(CertificateValidation certificateValidation, 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(CertificateValidation certificateValidation, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature)
-
Uses of JadesInformation in br.ufsc.labsec.signature.signer
Method parameters in br.ufsc.labsec.signature.signer with type arguments of type JadesInformation Modifier and Type Method Description protected org.apache.commons.lang3.tuple.Pair<List<CRL>,List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>>
UnsignedAttributeCreator. createRevocationData(List<Certificate> pathWithAnchor, CertificateValidation cv, FileToBeSigned<? extends JadesInformation> fileToBeSigned, Set<TrustAnchor> trustAnchors)