Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.pades.PadesInformation
Packages that use PadesInformation
Package
Description
-
Uses of PadesInformation in br.ufsc.labsec.signature.conformanceVerifier.pades
Subclasses with type arguments of type PadesInformation in br.ufsc.labsec.signature.conformanceVerifier.padesModifier and TypeClassDescriptionclassclassclassstatic classclassRepresenta um componente de assinatura PAdES.classEsta classe cria uma assinatura PAdES em um documento.Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return PadesInformationModifier and TypeMethodDescriptionprotected PadesInformationPadesAttributeIncluder.getExtraInformation()Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return types with arguments of type PadesInformationModifier and TypeMethodDescriptionprotected AttributeFactory<PadesInformation, Object, PadesSignature> PadesAttributeIncluder.getAttributeFactory()Method parameters in br.ufsc.labsec.signature.conformanceVerifier.pades with type arguments of type PadesInformationModifier 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) 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 PadesInformationModifierConstructorDescriptionPadesTimeStampSignatureImp(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
Subclasses with type arguments of type PadesInformation in br.ufsc.labsec.signature.conformanceVerifier.pades.creatorsMethods in br.ufsc.labsec.signature.conformanceVerifier.pades.creators with type parameters of type PadesInformationModifier 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) Constructors in br.ufsc.labsec.signature.conformanceVerifier.pades.creators with parameters of type PadesInformationModifierConstructorDescriptionSignatureReferenceCreator(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 PadesInformationModifier and TypeMethodDescriptionvoidFieldMDP.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)