Uses of Class
br.ufsc.labsec.signature.FileToBeSigned
Packages that use FileToBeSigned
Package
Description
-
Uses of FileToBeSigned in br.ufsc.labsec.component
Methods in br.ufsc.labsec.component with parameters of type FileToBeSignedModifier and TypeMethodDescriptionApplication.sign(FileToBeSigned<?> fileToBeSigned, SignerParameters params) -
Uses of FileToBeSigned in br.ufsc.labsec.signature
Fields in br.ufsc.labsec.signature declared as FileToBeSignedModifier and TypeFieldDescriptionprotected FileToBeSigned<? extends ExtraInformation> SignerRequest.fileToBeSignedArquivo a ser assinado gerado a partir da dos bytes lidos para cada arquivo selecionadoMethods in br.ufsc.labsec.signature that return FileToBeSignedModifier and TypeMethodDescription<T extends ExtraInformation>
FileToBeSigned<T> FileToBeSignedGenerator.createDetachedFileToBeSigned(Application application, FileToBeSigned<T> fileToBeSigned, InputStream inputStream) protected FileToBeSigned<? extends Info> AttributeIncluder.generateFileToBeSigned(Sig signature, SignatureContainer<Sig> container, SignerType signerType, FileFormat fileFormat) Gera o arquivo a ser assinado<T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, PrivateKeyInformation privateKeyInformation, br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation, br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner, boolean remote, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) <Encod, Sig extends Signature<Encod>>
FileToBeSigned<TSInformation<Encod, Sig>> FileToBeSignedGenerator.generateTimestampToBeSigned(TimeStampComponent component, String attributeOid, byte[] digestToSign, String signatureSuite, Sig stampedSignature) Methods in br.ufsc.labsec.signature with parameters of type FileToBeSignedModifier and TypeMethodDescriptionprotected booleanAttributeIncluder.addAttribute(Sig signature, String attribute, FileToBeSigned<? extends Info> fileToBeSigned, AttributeFactory<Info, Encod, Sig> factory) Adiciona um atributo não assinado à assinaturabooleanAttributeIncluder.addUnsignedAttributes(FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) booleanAttributeIncluder.addUnsignedAttributes(List<String> unsignedAttributes, FileToBeSigned fileToBeSigned, Sig signature) booleanCoSigner.canCoSign(FileToBeSigned<? extends Info> fileToBeSigned) booleanCounterSigner.canCounterSign(FileToBeSigned<? extends Info> signerInformation) booleanCoSigner.coSign(FileToBeSigned<? extends Info> signerInformation) booleanCompleteSigner.counterSign(FileToBeSigned<? extends Info> fileToBeSigned) Realiza a contra-assinatura de um arquivo, utilizando o conteúdo assinado.booleanCounterSigner.counterSign(FileToBeSigned<? extends Info> signerInformation) <T extends ExtraInformation>
FileToBeSigned<T> FileToBeSignedGenerator.createDetachedFileToBeSigned(Application application, FileToBeSigned<T> fileToBeSigned, InputStream inputStream) CompleteSigner.getSignature(FileToBeSigned<? extends Info> fileToBeSigned) Realiza a assinatura de um arquivo.Signer.getSignature(FileToBeSigned<? extends Info> fileToBeSigned) protected voidAttributeIncluder.replaceAttribute(Sig signature, int index, String attribute, FileToBeSigned<? extends Info> fileToBeSigned, AttributeFactory<Info, Encod, Sig> factory) protected booleanAttributeIncluder.replaceAttributes(Sig signature, FileToBeSigned<? extends Info> fileToBeSigned, AttributeFactory<Info, Encod, Sig> factory, List<String> previousUnsignedList, List<String> addedAttributes) static voidFileToBeSignedGenerator.selectAttributeCertificates(Application application, FileToBeSigned<?> fileToBeSigned, SignerParameters parameters) static voidFileToBeSignedGenerator.selectAttributeCertificates(Application application, FileToBeSigned<?> fileToBeSigned, List<byte[]> encodedCertificates) booleanCompleteSigner.sign(FileToBeSigned<? extends Info> fileToBeSigned) Assina um arquivo, alterando o modo a partir do modo de assinatura do arquivo.booleanSigner.simpleSign(FileToBeSigned<? extends Info> fileToBeSigned) abstract booleanCompleteSigner.supports(FileToBeSigned<? extends Info> fileToBeSigned) Método abstrato para verificar se o assinador suporta o arquivo a ser assinado.booleanSigner.supports(FileToBeSigned<? extends Info> fileToBeSigned) -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.cades
Fields in br.ufsc.labsec.signature.conformanceVerifier.cades declared as FileToBeSignedModifier and TypeFieldDescriptionprotected FileToBeSigned<? extends ExtraInformation> AbstractCadesSigner.fileToBeSignedMethods in br.ufsc.labsec.signature.conformanceVerifier.cades with parameters of type FileToBeSignedModifier and TypeMethodDescriptionbooleanCadesSigner.canCoSign(FileToBeSigned<? extends CadesInformation> signerInformation) Verifica se o arquivo pode ser co-assinado.booleanCadesSigner.canCounterSign(FileToBeSigned<? extends CadesInformation> signerInformation) booleanCadesSigner.coSign(FileToBeSigned<? extends CadesInformation> signerInformation) Realiza a co-assinatura, aproveitando-se da estrutura da assinatura já existente e utilizando o método original de assinatura simples.protected SignatureContainer<CadesSignature> CadesContainerGenerator.generateSignature(FileToBeSigned<? extends CadesInformation> fileToBeSigned, List<SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>> signedAttributes) Gera uma assinatura no formato CAdES.CadesSigner.getLastSignature(FileToBeSigned<? extends CadesInformation> fileToBeSigned) RevocationSignedDataCreator.otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) RevocationSignedDataCreator.otherCRLsToInclude(CertificateValidation certificateValidation, 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.otherOCSPsToExclude(OCSPRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> RevocationSignedDataCreator.otherOCSPsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) booleanCadesSigner.simpleSign(FileToBeSigned<? extends CadesInformation> fileToBeSigned) Realiza a assinaturabooleanCadesSigner.supports(FileToBeSigned<? extends CadesInformation> fileToBeSigned) -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.signed
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.signed with parameters of type FileToBeSignedModifier and TypeMethodDescription<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdAaContentHintCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdAaEtsSignerAttrCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdAaEtsSignerLocationCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdAaEtsSigPolicyIdCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) <Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdAaMsgSigDigestCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) <Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdAaReceiptRequestCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdAaSigningCertificateCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdAaSigningCertificateV2Creator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdContentTypeCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdMessageDigestCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdSigningTimeCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades.creator.unsigned with parameters of type FileToBeSignedModifier and TypeMethodDescription<Information extends TSInformation<org.bouncycastle.asn1.cms.Attribute, ? extends CadesSignature>>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> ATSHashIndexV3Creator.getAttribute(FileToBeSigned<Information> fileToBeSigned, CadesSignature signature) <Information extends CadesInformation>
SignatureAttribute<org.bouncycastle.asn1.cms.Attribute> IdCounterSignatureCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, CadesSignature signature) protected List<Certificate> IdAaEtsAttrCertificateRefsCreator.otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature, List<Certificate> certificates) IdAaEtsCertValuesCreator.otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) protected List<Certificate> IdAaEtsAttrCertificateRefsCreator.otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature, List<Certificate> certificates) IdAaEtsCertValuesCreator.otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) IdAaEtsRevocationRefsCreator.otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) IdAaEtsRevocationValuesCreator.otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) IdAaEtsRevocationRefsCreator.otherCRLsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) IdAaEtsRevocationValuesCreator.otherCRLsToInclude(CertificateValidation certificateValidation, 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.otherOCSPsToExclude(OCSPRevocationInformation crlCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> IdAaEtsRevocationValuesCreator.otherOCSPsToExclude(OCSPRevocationInformation ocspCollection, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> IdAaEtsRevocationRefsCreator.otherOCSPsToInclude(CertificateValidation certificateValidation, 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(CertificateValidation certificateValidation, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends CadesInformation> fileToBeSigned, CadesSignature signature) -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.common
Methods in br.ufsc.labsec.signature.conformanceVerifier.common with parameters of type FileToBeSignedModifier and TypeMethodDescriptionAttributeFactory.getSignedAttribute(String oid, FileToBeSigned fileToBeSigned) AttributeFactory.getUnsignedAttribute(String oid, FileToBeSigned fileToBeSigned, Sig signature) -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades with parameters of type FileToBeSignedModifier and TypeMethodDescriptionbooleanJadesSigner.canCoSign(FileToBeSigned<? extends JadesInformation> signerInformation) booleanJadesSigner.canCounterSign(FileToBeSigned<? extends JadesInformation> signerInformation) booleanJadesSigner.coSign(FileToBeSigned<? extends JadesInformation> signerInformation) protected JadesSignatureContainerJadesContainerGenerator.generateSignature(FileToBeSigned<? extends JadesInformation> fileToBeSigned, List<SignatureAttribute<JadesAttrCommonStruct>> signedAttributes) JadesSigner.getLastSignature(FileToBeSigned<? extends JadesInformation> fileToBeSigned) JadesSigner.getSignature(FileToBeSigned<? extends JadesInformation> fileToBeSigned) Inicializa o gerador de contêiner de assinaturabooleanJadesSigner.simpleSign(FileToBeSigned<? extends JadesInformation> fileToBeSigned) Realiza a assinaturabooleanJadesSigner.supports(FileToBeSigned<? extends JadesInformation> fileToBeSigned) Verifica se o documento requisitado pode ser assinado -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.signed
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.signed with parameters of type FileToBeSignedModifier and TypeMethodDescription<Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct> AllDataObjectsTimeStampCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) <Information extends JadesInformation>
SignatureAttribute<JadesAttrCommonStruct> IssuedAtTimeCreator.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) SigningCertificateCreator.getCertificates(FileToBeSigned<? extends JadesInformation> fileToBeSigned) SigningCertificateV2Creator.getCertificates(FileToBeSigned<? extends JadesInformation> fileToBeSigned) -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades.creator.unsigned with parameters of type FileToBeSignedModifier and TypeMethodDescription<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) protected List<Certificate> AttributeCertificateRefsCreator.otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature, List<Certificate> certificates) 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) CertificateValuesCreator.otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature) AttributeRevocationValuesCreator.otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature) RevocationValuesCreator.otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature) AttributeRevocationValuesCreator.otherCRLsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends JadesInformation> fileToBeSigned, JadesSignature signature) 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 FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades with parameters of type FileToBeSignedModifier and TypeMethodDescriptionbooleanPadesSigner.canCoSign(FileToBeSigned<? extends PadesInformation> fileToBeSigned) booleanPadesSigner.canCounterSign(FileToBeSigned<? extends PadesInformation> signerInformation) booleanPadesSigner.coSign(FileToBeSigned<? extends PadesInformation> signerInformation) PadesContainerGenerator.generate(FileToBeSigned<? extends PadesInformation> fileToBeSigned) protected SignatureContainer<PadesSignature> PadesContainerGenerator.generateSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned, List<SignatureAttribute<Object>> signedAttributes) PadesSigner.getLastSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned) PadesSigner.getSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned) voidPadesSignatureImp.mapCollections(FileToBeSigned<?> fromCollectionOf, FileToBeSigned<?> toCollectionOf) booleanPadesSigner.simpleSign(FileToBeSigned<? extends PadesInformation> fileToBeSigned) Realiza a assinaturabooleanPadesSigner.supports(FileToBeSigned<? extends PadesInformation> fileToBeSigned) Verifica se o documento requisitado pode ser assinadoConstructors in br.ufsc.labsec.signature.conformanceVerifier.pades with parameters of type FileToBeSignedModifierConstructorDescriptionPadesSignatureImp(Application application, CompleteSigner<CadesInformation, org.bouncycastle.asn1.cms.Attribute, CadesSignature> signer, FileToBeSigned<? extends CadesInformation> fileToBeSigned) ConstrutorPadesTimeStampSignatureImp(PadesSignatureComponent component, FileToBeSigned<? extends PadesInformation> fileToBeSigned, org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature pdSignature) Construtor -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.pades.creators
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades.creators with parameters of type FileToBeSignedModifier and TypeMethodDescription<Information extends PadesInformation>
SignatureAttribute<Object> DocTimeStampCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, PadesSignature signature) <T extends PadesInformation>
SignatureAttribute<Object> DSSCreator.getAttribute(FileToBeSigned<T> fileToBeSigned, PadesSignature signature) -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.xades
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades with parameters of type FileToBeSignedModifier and TypeMethodDescriptionbooleanXadesSigner.canCoSign(FileToBeSigned<? extends XadesInformation> signerInformation) booleanXadesSigner.canCounterSign(FileToBeSigned<? extends XadesInformation> signerInformation) booleanXadesSigner.coSign(FileToBeSigned<? extends XadesInformation> signerInformation) protected SignatureContainer<XadesSignature> XadesContainerGenerator.generateSignature(FileToBeSigned<? extends XadesInformation> fileToBeSigned, List<SignatureAttribute<Element>> signedAttributes) XadesSigner.getLastSignature(FileToBeSigned<? extends XadesInformation> fileToBeSigned) protected DOMSignContextXadesContainerGenerator.getSignatureContext(FileToBeSigned<? extends XadesInformation> fileToBeSigned, Document documentToWriteSignature, PrivateKey privateKey) Instancia um novo contexto de assinatura(DOMSignContext), que é necessário para indicar, por exemplo, onde está o documento que vai ser assinadoprotected XMLSignatureXadesContainerGenerator.getXmlSignature(FileToBeSigned<? extends XadesInformation> fileToBeSigned, Document documentToSign, List<SignatureAttribute<Element>> signedAttributes) Instancia uma novaXMLSignatureque é capaz de assinar documentos conforme o que está previsto na política de assinaturas AD-RBbooleanXadesSigner.simpleSign(FileToBeSigned<? extends XadesInformation> fileToBeSigned) Realiza a assinaturabooleanXadesSigner.supports(FileToBeSigned<? extends XadesInformation> fileToBeSigned) Verifica se o documento requisitado pode ser assinado -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.xades.creator.signed
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades.creator.signed with parameters of type FileToBeSignedModifier and TypeMethodDescription<Information extends XadesInformation>
SignatureAttribute<Element> DataObjectFormatCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends XadesInformation>
SignatureAttribute<Element> SignaturePolicyIdentifierCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends XadesInformation>
SignatureAttribute<Element> SignatureProductionPlaceCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends XadesInformation>
SignatureAttribute<Element> SignerRoleCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) <Information extends XadesInformation>
SignatureAttribute<Element> SigningCertificateCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends XadesInformation>
SignatureAttribute<Element> SigningCertificateV2Creator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo<Information extends XadesInformation>
SignatureAttribute<Element> SigningTimeCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributo -
Uses of FileToBeSigned in br.ufsc.labsec.signature.conformanceVerifier.xades.creator.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades.creator.unsigned with parameters of type FileToBeSignedModifier and TypeMethodDescription<Information extends XadesInformation>
SignatureAttribute<Element> CounterSignatureCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, XadesSignature signature) <Information extends XadesInformation>
SignatureAttribute<Element> TimeStampValidationDataCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, XadesSignature signature) 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) CertificateValuesCreator.otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) 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) CertificateValuesCreator.otherCertificatesToInclude(CertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) CompleteRevocationRefsCreator.otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) RevocationValuesCreator.otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) CompleteRevocationRefsCreator.otherCRLsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, CRLRevocationInformation crlCollection, List<CRL> certpathCRLs, CertPath certPath, Set<TrustAnchor> anchors, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) RevocationValuesCreator.otherCRLsToInclude(CertificateValidation certificateValidation, 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.otherOCSPsToExclude(OCSPRevocationInformation crlCollection, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> RevocationValuesCreator.otherOCSPsToExclude(OCSPRevocationInformation ocspCollection, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> CompleteRevocationRefsCreator.otherOCSPsToInclude(CertificateValidation certificateValidation, 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(CertificateValidation certificateValidation, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends XadesInformation> fileToBeSigned, XadesSignature signature) -
Uses of FileToBeSigned in br.ufsc.labsec.signature.signer
Methods in br.ufsc.labsec.signature.signer with parameters of type FileToBeSignedModifier and TypeMethodDescriptionprotected List<SignatureAttribute<Encod>> CompleteContainerGenerator.constructSignedAttributes(FileToBeSigned<? extends Info> fileToBeSigned, AttributeFactory<Info, Encod, Sig> attributeFactory) protected booleanCompleteContainerGenerator.constructUnsignedAttributes(FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) 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) CompleteContainerGenerator.generate(FileToBeSigned<? extends Info> fileToBeSigned) ContainerGenerator.generate(FileToBeSigned<? extends Info> fileToBeSigned) Gera a assinatura a partir dos atributos e conteúdos informadosprotected abstract SignatureContainer<Sig> CompleteContainerGenerator.generateSignature(FileToBeSigned<? extends Info> fileToBeSigned, List<SignatureAttribute<Encod>> signedAttributes) abstract <Information extends Info>
SignatureAttribute<Encod> SignedAttributeCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned) Retorna o atributoabstract <Information extends Info>
SignatureAttribute<Encod> UnsignedAttributeCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, Sig signature) Retorna o atributo -
Uses of FileToBeSigned in br.ufsc.labsec.signature.signer.common
Methods in br.ufsc.labsec.signature.signer.common with parameters of type FileToBeSignedModifier and TypeMethodDescriptionContainerBuilder.getLastSignature(FileToBeSigned<? extends Info> fileToBeSigned) -
Uses of FileToBeSigned in br.ufsc.labsec.signature.signer.creator
Methods in br.ufsc.labsec.signature.signer.creator with parameters of type FileToBeSignedModifier and TypeMethodDescription<Information extends Info>
org.apache.commons.lang3.tuple.Pair<Set<CRL>, Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>> RevocationCreator.constructRevocation(FileToBeSigned<Information> fileToBeSigned, Sig signature) protected org.apache.commons.lang3.tuple.Pair<Set<CRL>, Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>> AbstractRevocationCreator.generateRevocation(FileToBeSigned<? extends Info> fileToBeSigned, CertPath certPath, Sig signature) <Information extends Info>
SignatureAttribute<Encod> AttributeCertificateRefsCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, Sig signature) <Information extends Info>
SignatureAttribute<Encod> AttributeRevocationCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, Sig signature) <Information extends Info>
SignatureAttribute<Encod> AttributeRevocationRefsCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, Sig signature) <Information extends Info>
SignatureAttribute<Encod> CertificateCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, Sig signature) <Information extends Info>
SignatureAttribute<Encod> RevocationCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, Sig signature) <Information extends Info>
SignatureAttribute<Encod> TimestampCreator.getAttribute(FileToBeSigned<Information> fileToBeSigned, Sig signature) protected abstract List<Certificate> AttributeCertificateRefsCreator.otherCertificatesToExclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> certificatesInPath, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature, List<Certificate> certificates) abstract List<Certificate> CertificateCreator.otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) CertificateRefsCreator.otherCertificatesToExclude(CertificateCollection certificateCollection, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) protected abstract List<Certificate> AttributeCertificateRefsCreator.otherCertificatesToInclude(AttributeCertificateCollection certificateCollection, List<? extends Certificate> pathWithAnchor, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature, List<Certificate> certificates) 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.otherCRLsToExclude(CRLRevocationInformation crlCollection, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) AbstractRevocationCreator.otherCRLsToInclude(CertificateValidation certificateValidation, 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.otherOCSPsToExclude(OCSPRevocationInformation crlCollection, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) abstract Set<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> AbstractRevocationCreator.otherOCSPsToInclude(CertificateValidation certificateValidation, CertificateCollection certificateCollection, OCSPRevocationInformation ocspCollection, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> certpathOCSPs, CertPath certpath, Set<TrustAnchor> anchors, FileToBeSigned<? extends Info> fileToBeSigned, Sig signature) -
Uses of FileToBeSigned in br.ufsc.labsec.signature.signer.policyStorage
Methods in br.ufsc.labsec.signature.signer.policyStorage with parameters of type FileToBeSignedModifier and TypeMethodDescription<T extends ExtraInformation>
SignatureWrapperSignerComponent.sign(FileToBeSigned<T> fileToBeSigned) Gera a assinatura e a adiciona na lista de assinaturas da aplicação -
Uses of FileToBeSigned in br.ufsc.labsec.signature.tsa
Methods in br.ufsc.labsec.signature.tsa with parameters of type FileToBeSignedModifier and TypeMethodDescriptionstatic org.bouncycastle.operator.DigestCalculatorFileToBeSignedContentSigner.calculateDigest(FileToBeSigned<? extends CadesInformation> fileToBeSigned) <Encod, Sig extends Signature<Encod>>
byte[]TimeStamp.getTimeStamp(FileToBeSigned<? extends TSInformation<Encod, Sig>> fileToBeSigned, SignaturePolicyInterface signaturePolicyInterface, CadesSignatureComponent cadesSigComponent, boolean hasUnsignedAttributes, boolean hasCertificateValues, boolean hasRevocationValues) Retorna um carimbo de tempo pro conteúdo dadostatic org.bouncycastle.cms.SignerInfoGeneratorFileToBeSignedContentSigner.signerInfoGenerator(FileToBeSigned<? extends CadesInformation> fileToBeSigned) Constructors in br.ufsc.labsec.signature.tsa with parameters of type FileToBeSignedModifierConstructorDescriptionFileToBeSignedContentSigner(FileToBeSigned<? extends CadesInformation> fileToBeSigned) -
Uses of FileToBeSigned in br.ufsc.labsec.signature.tsa.providers
Methods in br.ufsc.labsec.signature.tsa.providers with parameters of type FileToBeSignedModifier and TypeMethodDescription<Encod, Sig extends Signature<Encod>>
byte[]LocalTimestampProvider.getTimeStamp(FileToBeSigned<? extends TSInformation<Encod, Sig>> fileToBeSigned, SignaturePolicyInterface signaturePolicyInterface, CadesSignatureComponent cadesSigComponent, boolean hasUnsignedAttributes, boolean hasCertificateValues, boolean hasRevocationValues) Retorna um carimbo de tempo pro conteúdo dado<Encod, Sig extends Signature<Encod>>
byte[]RemoteBasicTimestampProvider.getTimeStamp(FileToBeSigned<? extends TSInformation<Encod, Sig>> fileToBeSigned, SignaturePolicyInterface signaturePolicyInterface, CadesSignatureComponent cadesSigComponent, boolean hasUnsignedAttributes, boolean hasCertificateValues, boolean hasRevocationValues) Retorna um carimbo de tempo pro conteúdo dado<Encod, Sig extends Signature<Encod>>
byte[]RemoteOAuthTimeStampProvider.getTimeStamp(FileToBeSigned<? extends TSInformation<Encod, Sig>> fileToBeSigned, SignaturePolicyInterface signaturePolicyInterface, CadesSignatureComponent cadesSigComponent, boolean hasUnsignedAttributes, boolean hasCertificateValues, boolean hasRevocationValues) <Encod, Sig extends Signature<Encod>>
byte[]TimestampProvider.getTimeStamp(FileToBeSigned<? extends TSInformation<Encod, Sig>> fileToBeSigned, SignaturePolicyInterface signaturePolicyInterface, CadesSignatureComponent cadesSigComponent, boolean hasUnsignedAttributes, boolean hasCertificateValues, boolean hasRevocationValues) static org.bouncycastle.tsp.TimeStampRequestTimestampProvider.request(FileToBeSigned<? extends CadesInformation> fileToBeSigned) Gera uma requisição de carimbo de tempo pro conteúdo dado -
Uses of FileToBeSigned in br.ufsc.labsec.utils
Methods in br.ufsc.labsec.utils with parameters of type FileToBeSignedModifier and TypeMethodDescriptionstatic voidSignatureUtils.setActualPolicy(FileToBeSigned<?> fileToBeSigned, SignaturePolicyInterface signaturePolicyInterface, Profile.AdESType adESType)