mcne.asn1
Class TimeStampToken

java.lang.Object
  |
  +--ContentInfo
        |
        +--mcne.asn1.TimeStampToken

public class TimeStampToken
extends ContentInfo

See Also:
Serialized Form

Constructor Summary
TimeStampToken(DERConstructedSequence asn1object)
           
TimeStampToken(DERObjectIdentifier objectid, DEREncodable content)
           
 
Method Summary
 TSTInfo getTSTInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStampToken

public TimeStampToken(DERObjectIdentifier objectid,
                      DEREncodable content)
               throws java.lang.RuntimeException

TimeStampToken

public TimeStampToken(DERConstructedSequence asn1object)
               throws java.lang.RuntimeException
Method Detail

getTSTInfo

public TSTInfo getTSTInfo()