org.bouncycastle.tsp
public class TimeStampTokenInfo extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.tsp.Accuracy |
getAccuracy() |
byte[] |
getEncoded() |
java.util.Date |
getGenTime() |
GenTimeAccuracy |
getGenTimeAccuracy() |
java.lang.String |
getMessageImprintAlgOID() |
byte[] |
getMessageImprintDigest() |
java.math.BigInteger |
getNonce() |
java.lang.String |
getPolicy() |
java.math.BigInteger |
getSerialNumber() |
org.bouncycastle.asn1.x509.GeneralName |
getTsa() |
boolean |
isOrdered() |
org.bouncycastle.asn1.tsp.TSTInfo |
toTSTInfo() |
public boolean isOrdered()
public org.bouncycastle.asn1.tsp.Accuracy getAccuracy()
public java.util.Date getGenTime()
public GenTimeAccuracy getGenTimeAccuracy()
public java.lang.String getPolicy()
public java.math.BigInteger getSerialNumber()
public org.bouncycastle.asn1.x509.GeneralName getTsa()
public java.math.BigInteger getNonce()
public java.lang.String getMessageImprintAlgOID()
public byte[] getMessageImprintDigest()
public byte[] getEncoded() throws java.io.IOException
java.io.IOException
public org.bouncycastle.asn1.tsp.TSTInfo toTSTInfo()