public class TimeStampTokenInfo extends Object
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.tsp.Accuracy |
getAccuracy() |
byte[] |
getEncoded() |
Date |
getGenTime() |
GenTimeAccuracy |
getGenTimeAccuracy() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getHashAlgorithm() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getMessageImprintAlgOID() |
byte[] |
getMessageImprintDigest() |
BigInteger |
getNonce() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getPolicy() |
BigInteger |
getSerialNumber() |
org.bouncycastle.asn1.x509.GeneralName |
getTsa() |
boolean |
isOrdered() |
org.bouncycastle.asn1.tsp.TSTInfo |
toASN1Structure() |
org.bouncycastle.asn1.tsp.TSTInfo |
toTSTInfo()
Deprecated.
use toASN1Structure
|
public boolean isOrdered()
public org.bouncycastle.asn1.tsp.Accuracy getAccuracy()
public Date getGenTime()
public GenTimeAccuracy getGenTimeAccuracy()
public org.bouncycastle.asn1.ASN1ObjectIdentifier getPolicy()
public BigInteger getSerialNumber()
public org.bouncycastle.asn1.x509.GeneralName getTsa()
public BigInteger getNonce()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getHashAlgorithm()
public org.bouncycastle.asn1.ASN1ObjectIdentifier getMessageImprintAlgOID()
public byte[] getMessageImprintDigest()
public byte[] getEncoded() throws IOException
IOException
public org.bouncycastle.asn1.tsp.TSTInfo toTSTInfo()
public org.bouncycastle.asn1.tsp.TSTInfo toASN1Structure()