Class PdfSigGenericPKCS


public abstract class PdfSigGenericPKCS extends PdfSignature
A signature dictionary representation for the standard filters.
  • Method Details

    • getName

      public String getName()
      Gets the subject name in the signing certificate (the element "CN")
      Returns:
      the subject name in the signing certificate (the element "CN")
    • getSigner

      public PdfPKCS7 getSigner()
      Gets the class instance that does the actual signing.
      Returns:
      the class instance that does the actual signing
    • getSignerContents

      public byte[] getSignerContents()
      Gets the signature content. This can be a PKCS#1 or a PKCS#7. It corresponds to the /Contents key.
      Returns:
      the signature content