org.bouncycastle.bcpg.sig
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:
-
RFC4880 - Signature Creation Time,
RFC9580 - Signature Creation Time
Method Summary |
java.util.Date |
getTime()
|
protected static byte[] |
timeToBytes(java.util.Date date)
Deprecated. Will be removed |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SignatureCreationTime
public SignatureCreationTime(boolean critical,
boolean isLongLength,
byte[] data)
SignatureCreationTime
public SignatureCreationTime(boolean critical,
java.util.Date date)
SignatureCreationTime
public SignatureCreationTime(java.util.Date date)
timeToBytes
protected static byte[] timeToBytes(java.util.Date date)
- Deprecated. Will be removed
getTime
public java.util.Date getTime()