Package org.bouncycastle.tsp
Class TimeStampTokenInfo
- java.lang.Object
 - 
- org.bouncycastle.tsp.TimeStampTokenInfo
 
 
- 
public class TimeStampTokenInfo extends java.lang.Object 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.bouncycastle.asn1.tsp.AccuracygetAccuracy()byte[]getEncoded()org.bouncycastle.asn1.x509.ExtensionsgetExtensions()java.util.DategetGenTime()GenTimeAccuracygetGenTimeAccuracy()org.bouncycastle.asn1.x509.AlgorithmIdentifiergetHashAlgorithm()org.bouncycastle.asn1.ASN1ObjectIdentifiergetMessageImprintAlgOID()byte[]getMessageImprintDigest()java.math.BigIntegergetNonce()org.bouncycastle.asn1.ASN1ObjectIdentifiergetPolicy()java.math.BigIntegergetSerialNumber()org.bouncycastle.asn1.x509.GeneralNamegetTsa()booleanisOrdered()org.bouncycastle.asn1.tsp.TSTInfotoASN1Structure()org.bouncycastle.asn1.tsp.TSTInfotoTSTInfo()Deprecated.use toASN1Structure 
 - 
 
- 
- 
Method Detail
- 
isOrdered
public boolean isOrdered()
 
- 
getAccuracy
public org.bouncycastle.asn1.tsp.Accuracy getAccuracy()
 
- 
getGenTime
public java.util.Date getGenTime()
 
- 
getGenTimeAccuracy
public GenTimeAccuracy getGenTimeAccuracy()
 
- 
getPolicy
public org.bouncycastle.asn1.ASN1ObjectIdentifier getPolicy()
 
- 
getSerialNumber
public java.math.BigInteger getSerialNumber()
 
- 
getTsa
public org.bouncycastle.asn1.x509.GeneralName getTsa()
 
- 
getExtensions
public org.bouncycastle.asn1.x509.Extensions getExtensions()
 
- 
getNonce
public java.math.BigInteger getNonce()
- Returns:
 - the nonce value, null if there isn't one.
 
 
- 
getHashAlgorithm
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getHashAlgorithm()
 
- 
getMessageImprintAlgOID
public org.bouncycastle.asn1.ASN1ObjectIdentifier getMessageImprintAlgOID()
 
- 
getMessageImprintDigest
public byte[] getMessageImprintDigest()
 
- 
getEncoded
public byte[] getEncoded() throws java.io.IOException- Throws:
 java.io.IOException
 
- 
toTSTInfo
public org.bouncycastle.asn1.tsp.TSTInfo toTSTInfo()
Deprecated.use toASN1Structure 
- 
toASN1Structure
public org.bouncycastle.asn1.tsp.TSTInfo toASN1Structure()
 
 - 
 
 -