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 Details

    • id

      protected String id
    • value

      protected org.bouncycastle.asn1.ASN1Primitive value
  • Constructor Details

    • SignaturePdfEntry

      public SignaturePdfEntry​(PdfEntry entry)
    • SignaturePdfEntry

      public SignaturePdfEntry​(String id, org.bouncycastle.asn1.ASN1Primitive value)
  • Method Details

    • write

      public abstract void write​(org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature) throws DictionaryException
      Throws:
      DictionaryException
    • fromPdfEntry

      public static SignaturePdfEntry fromPdfEntry​(PdfEntry entry)
    • stringValue

      protected String 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.