Package org.bouncycastle.tsp
Class TimeStampTokenInfo
java.lang.Object
org.bouncycastle.tsp.TimeStampTokenInfo
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.tsp.Accuracybyte[]org.bouncycastle.asn1.x509.Extensionsorg.bouncycastle.asn1.x509.AlgorithmIdentifierorg.bouncycastle.asn1.ASN1ObjectIdentifierbyte[]getNonce()org.bouncycastle.asn1.ASN1ObjectIdentifierorg.bouncycastle.asn1.x509.GeneralNamegetTsa()booleanorg.bouncycastle.asn1.tsp.TSTInfo
-
Method Details
-
isOrdered
public boolean isOrdered() -
getAccuracy
public org.bouncycastle.asn1.tsp.Accuracy getAccuracy() -
getGenTime
-
getGenTimeAccuracy
-
getPolicy
public org.bouncycastle.asn1.ASN1ObjectIdentifier getPolicy() -
getSerialNumber
-
getTsa
public org.bouncycastle.asn1.x509.GeneralName getTsa() -
getExtensions
public org.bouncycastle.asn1.x509.Extensions getExtensions() -
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
- Throws:
IOException
-
toASN1Structure
public org.bouncycastle.asn1.tsp.TSTInfo toASN1Structure()
-