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 types with arguments of type PadesInformation Modifier and Type Method Description Signer<PadesInformation>
PadesSignatureComponent. getSigner()
Retorna um assinador PAdESMethod parameters in br.ufsc.labsec.signature.conformanceVerifier.pades with type arguments of type PadesInformation Modifier and Type Method Description protected SignatureContainer<PadesSignature>
PadesContainerGenerator. generateSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned, List<SignatureAttribute<Object>> signedAttributes)
SignatureDataWrapper
PadesSigner. getSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned)
boolean
PadesSigner. sign(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)