Class SignatureCreationTime

java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.SignatureCreationTime

public class SignatureCreationTime extends SignatureSubpacket
Signature Subpacket containing the time at which the signature was created.
See Also:
  • Constructor Details

    • SignatureCreationTime

      public SignatureCreationTime(boolean critical, boolean isLongLength, byte[] data)
    • SignatureCreationTime

      public SignatureCreationTime(boolean critical, Date date)
    • SignatureCreationTime

      public SignatureCreationTime(Date date)
  • Method Details

    • timeToBytes

      protected static byte[] timeToBytes(Date date)
      Deprecated.
      Will be removed
    • getTime

      public Date getTime()