Class DecryptionMaterial

  • Direct Known Subclasses:
    PublicKeyDecryptionMaterial, StandardDecryptionMaterial

    public abstract class DecryptionMaterial
    extends java.lang.Object
    This class represents data required to decrypt PDF documents. This can be a password for standard security or a X509 certificate with a private key for public key security.
    Author:
    Benoit Guillon
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DecryptionMaterial

        public DecryptionMaterial()