public class TimeStampTokenInfo extends Object
Modifier and Type | Method and Description |
---|---|
Accuracy |
getAccuracy() |
byte[] |
getEncoded() |
Extensions |
getExtensions() |
Date |
getGenTime() |
GenTimeAccuracy |
getGenTimeAccuracy() |
AlgorithmIdentifier |
getHashAlgorithm() |
ASN1ObjectIdentifier |
getMessageImprintAlgOID() |
byte[] |
getMessageImprintDigest() |
BigInteger |
getNonce() |
ASN1ObjectIdentifier |
getPolicy() |
BigInteger |
getSerialNumber() |
GeneralName |
getTsa() |
boolean |
isOrdered() |
TSTInfo |
toASN1Structure() |
TSTInfo |
toTSTInfo()
Deprecated.
use toASN1Structure
|
public boolean isOrdered()
public Accuracy getAccuracy()
public Date getGenTime()
public GenTimeAccuracy getGenTimeAccuracy()
public ASN1ObjectIdentifier getPolicy()
public BigInteger getSerialNumber()
public GeneralName getTsa()
public Extensions getExtensions()
public BigInteger getNonce()
public AlgorithmIdentifier getHashAlgorithm()
public ASN1ObjectIdentifier getMessageImprintAlgOID()
public byte[] getMessageImprintDigest()
public byte[] getEncoded() throws IOException
IOException
public TSTInfo toTSTInfo()
public TSTInfo toASN1Structure()
Copyright © 2020 BouncyCastle.org. All rights reserved.