Package org.bouncycastle.bcpg.sig
Class SignatureCreationTime
java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.SignatureCreationTime
Signature Subpacket containing the time at which the signature was created.
- See Also:
-
Field Summary
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
Constructor Summary
ConstructorsConstructorDescriptionSignatureCreationTime
(boolean critical, boolean isLongLength, byte[] data) SignatureCreationTime
(boolean critical, Date date) SignatureCreationTime
(Date date) -
Method Summary
Modifier and TypeMethodDescriptiongetTime()
protected static byte[]
timeToBytes
(Date date) Deprecated.Will be removedMethods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, equals, getData, getType, hashCode, isCritical, isLongLength
-
Constructor Details
-
SignatureCreationTime
public SignatureCreationTime(boolean critical, boolean isLongLength, byte[] data) -
SignatureCreationTime
-
SignatureCreationTime
-
-
Method Details
-
timeToBytes
Deprecated.Will be removed -
getTime
-