public interface Timestamp extends Serializable
Modifier and Type | Method and Description |
---|---|
X509Cert |
getCertificate()
Returns the signing certificate of this timestamp, if available.
|
Date |
getCreationTime()
Returns the creation time of this timestamp.
|
DigestAlgorithm |
getDigestAlgorithm()
Returns the digest algorithm of this timestamp.
|
org.bouncycastle.tsp.TimeStampToken |
getTimeStampToken()
Returns the raw
TimeStampToken that this timestamp represents. |
String |
getUniqueId()
Returns the identifier that uniquely identifies this timestamp.
|
String getUniqueId()
X509Cert getCertificate()
null
Date getCreationTime()
DigestAlgorithm getDigestAlgorithm()
org.bouncycastle.tsp.TimeStampToken getTimeStampToken()
TimeStampToken
that this timestamp represents.Copyright © 2024. All rights reserved.