Class SignaturePdfEntry
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.SignaturePdfEntry
- Direct Known Subclasses:
PdfEntryWriter.PdfEntryContactInfo
,PdfEntryWriter.PdfEntryFilter
,PdfEntryWriter.PdfEntryInvalid
,PdfEntryWriter.PdfEntryLocation
,PdfEntryWriter.PdfEntryName
,PdfEntryWriter.PdfEntryNone
,PdfEntryWriter.PdfEntryProhibited
,PdfEntryWriter.PdfEntryPropAuthType
,PdfEntryWriter.PdfEntryPropBuild
,PdfEntryWriter.PdfEntryReason
,PdfEntryWriter.PdfEntrySubfilter
,PdfEntryWriter.PdfEntryType
,PdfEntryWriter.PdfEntryV
public abstract class SignaturePdfEntry extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SignaturePdfEntry(PdfEntry entry)
SignaturePdfEntry(String id, org.bouncycastle.asn1.ASN1Primitive value)
-
Method Summary
Modifier and Type Method Description static SignaturePdfEntry
fromPdfEntry(PdfEntry entry)
protected int
intValue()
Retorna `value` em forma de `int`.protected String
stringValue()
Retorna `value` em forma de `String`.abstract void
write(org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature)
-
Field Details
-
id
-
value
protected org.bouncycastle.asn1.ASN1Primitive value
-
-
Constructor Details
-
SignaturePdfEntry
-
SignaturePdfEntry
-
-
Method Details
-
write
public abstract void write(org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature) throws DictionaryException- Throws:
DictionaryException
-
fromPdfEntry
-
stringValue
Retorna `value` em forma de `String`. Só deve ser usado se a conversão for possível. -
intValue
protected int intValue()Retorna `value` em forma de `int`. Só deve ser usado se a conversão for possível.
-