public class TimeStampContent extends SignatureContent
Modifier and Type | Method | Description |
---|---|---|
CertificateChain |
getCertificateChain() |
The certificate chain of the signing certificate (Getter)
|
java.time.OffsetDateTime |
getDate() |
The time-stamp time (Getter)
|
HashAlgorithm |
getHashAlgorithm() |
The hash algorithm used to calculate the signature's message digest (Getter)
|
Certificate |
getSigningCertificate() |
The signing certificate (Getter)
|
java.time.OffsetDateTime |
getValidationTime() |
The time at which the signature has been validated (Getter)
|
java.util.EnumSet<TimeSource> |
getValidationTimeSource() |
The source for the validation time (Getter)
|
equals, hashCode
getClass, notify, notifyAll, toString, wait, wait, wait
getValidity
public java.time.OffsetDateTime getValidationTime()
public java.util.EnumSet<TimeSource> getValidationTimeSource()
public HashAlgorithm getHashAlgorithm()
public java.time.OffsetDateTime getDate()
public Certificate getSigningCertificate()
public CertificateChain getCertificateChain()