Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.pades.PadesInformation
-
Uses of PadesInformation in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return PadesInformation Modifier and Type Method Description protected PadesInformationPadesAttributeIncluder. getExtraInformation()Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return types with arguments of type PadesInformation Modifier and Type Method Description protected AttributeFactory<PadesInformation,Object,PadesSignature>PadesAttributeIncluder. getAttributeFactory()Method parameters in br.ufsc.labsec.signature.conformanceVerifier.pades with type arguments of type PadesInformation Modifier and Type Method Description booleanPadesSigner. canCoSign(FileToBeSigned<? extends PadesInformation> fileToBeSigned)booleanPadesSigner. canCounterSign(FileToBeSigned<? extends PadesInformation> signerInformation)booleanPadesSigner. coSign(FileToBeSigned<? extends PadesInformation> signerInformation)SignatureContainer<PadesSignature>PadesContainerGenerator. generate(FileToBeSigned<? extends PadesInformation> fileToBeSigned)protected SignatureContainer<PadesSignature>PadesContainerGenerator. generateSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned, List<SignatureAttribute<Object>> signedAttributes)PadesSignaturePadesSigner. getLastSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned)SignatureWrapperPadesSigner. getSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned)booleanPadesSigner. simpleSign(FileToBeSigned<? extends PadesInformation> fileToBeSigned)Realiza a assinaturabooleanPadesSigner. supports(FileToBeSigned<? extends PadesInformation> fileToBeSigned)Verifica se o documento requisitado pode ser assinadoConstructor parameters in br.ufsc.labsec.signature.conformanceVerifier.pades with type arguments of type PadesInformation Constructor Description PadesTimeStampSignatureImp(PadesSignatureComponent component, FileToBeSigned<? extends PadesInformation> fileToBeSigned, org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature pdSignature)Construtor -
Uses of PadesInformation in br.ufsc.labsec.signature.conformanceVerifier.pades.creators
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades.creators with type parameters of type PadesInformation Modifier and Type Method Description <Information extends PadesInformation>
SignatureAttribute<Object>DocTimeStampCreator. getAttribute(FileToBeSigned<Information> fileToBeSigned, PadesSignature signature)<T extends PadesInformation>
SignatureAttribute<Object>DSSCreator. getAttribute(FileToBeSigned<T> fileToBeSigned, PadesSignature signature)Constructors in br.ufsc.labsec.signature.conformanceVerifier.pades.creators with parameters of type PadesInformation Constructor Description SignatureReferenceCreator(org.apache.pdfbox.pdmodel.PDDocumentCatalog documentCatalog, PadesInformation padesInformation) -
Uses of PadesInformation in br.ufsc.labsec.signature.conformanceVerifier.pdf.transform
Methods in br.ufsc.labsec.signature.conformanceVerifier.pdf.transform with parameters of type PadesInformation Modifier and Type Method Description voidFieldMDP. prepareDocument(org.apache.pdfbox.pdmodel.PDDocumentCatalog catalog, PadesInformation padesInformation, org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature)voidTransformRule. prepareDocument(org.apache.pdfbox.pdmodel.PDDocumentCatalog catalog, PadesInformation padesInformation, org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature)