Class TimeStampTokenInfo


  • public class TimeStampTokenInfo
    extends Object
    • Method Detail

      • isOrdered

        public boolean isOrdered()
      • getAccuracy

        public org.bouncycastle.asn1.tsp.Accuracy getAccuracy()
      • getGenTime

        public Date getGenTime()
      • getPolicy

        public org.bouncycastle.asn1.ASN1ObjectIdentifier getPolicy()
      • getSerialNumber

        public BigInteger getSerialNumber()
      • getTsa

        public org.bouncycastle.asn1.x509.GeneralName getTsa()
      • getExtensions

        public org.bouncycastle.asn1.x509.Extensions getExtensions()
      • getNonce

        public 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()
      • toTSTInfo

        public org.bouncycastle.asn1.tsp.TSTInfo toTSTInfo()
        Deprecated.
        use toASN1Structure
      • toASN1Structure

        public org.bouncycastle.asn1.tsp.TSTInfo toASN1Structure()