Class PDSeedValueTimeStamp


  • public class PDSeedValueTimeStamp
    extends java.lang.Object
    This optional dictionary provides the URL for a RFC3161 time-stamping server, and whether the timestamp is required for the signature.
    Author:
    Thomas Chojecki
    • Constructor Detail

      • PDSeedValueTimeStamp

        public PDSeedValueTimeStamp()
        Default constructor.
      • PDSeedValueTimeStamp

        public PDSeedValueTimeStamp​(COSDictionary dict)
        Constructor.
        Parameters:
        dict - The signature dictionary.
    • Method Detail

      • getCOSObject

        public COSDictionary getCOSObject()
        Convert this standard java object to a COS dictionary.
        Returns:
        The COS dictionary that matches this Java object.
      • getURL

        public java.lang.String getURL()
        Returns the URL.
        Returns:
        the URL
      • setURL

        public void setURL​(java.lang.String url)
        Sets the URL.
        Parameters:
        url - the URL to be set as URL
      • isTimestampRequired

        public boolean isTimestampRequired()
        Indicates if a timestamp is required.
        Returns:
        true if a timestamp is required
      • setTimestampRequired

        public void setTimestampRequired​(boolean flag)
        Sets if a timestamp is required or not.
        Parameters:
        flag - true if a timestamp is required