Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.pades.PadesInformation
Package | Description |
---|---|
br.ufsc.labsec.signature.conformanceVerifier.pades | |
br.ufsc.labsec.signature.conformanceVerifier.pades.creators |
-
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 PadesInformation
PadesAttributeIncluder. 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()
Signer<PadesInformation>
PadesSignatureComponent. getSigner()
Method parameters in br.ufsc.labsec.signature.conformanceVerifier.pades with type arguments of type PadesInformation Modifier and Type Method Description boolean
PadesSigner. canCoSign(FileToBeSigned<? extends PadesInformation> fileToBeSigned)
boolean
PadesSigner. canCounterSign(FileToBeSigned<? extends PadesInformation> signerInformation)
boolean
PadesSigner. coSign(FileToBeSigned<? extends PadesInformation> signerInformation)
protected SignatureContainer<PadesSignature>
PadesContainerGenerator. generateSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned, List<SignatureAttribute<Object>> signedAttributes)
PadesSignature
PadesSigner. getLastSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned)
SignatureDataWrapper
PadesSigner. getSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned)
boolean
PadesSigner. simpleSign(FileToBeSigned<? extends PadesInformation> fileToBeSigned)
Realiza a assinaturaboolean
PadesSigner. 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)