mcne.asn1
Class TimeStampResp

java.lang.Object
  |
  +--mcne.asn1.TimeStampResp

public class TimeStampResp
extends java.lang.Object


Field Summary
protected static int NUMBER_OF_MAX_COMPONENTS
           
protected static int NUMBER_OF_MIN_COMPONENTS
           
protected static int PKI_STATUS_INFO_POS
           
protected  PKIStatusInfo status_
           
protected  TimeStampToken time_stamp_token_
           
 
Constructor Summary
protected TimeStampResp()
           
  TimeStampResp(DERObject asn1object)
           
 
Method Summary
 void decode(DERObject asn1object)
           
protected  DERConstructedSequence generateASN1Object()
           
 byte[] getEncoded()
           
 PKIStatusInfo getPKIStatusInfo()
           
 TimeStampToken getTimeStampToken()
           
protected  void parseTimeStampRespData(DERObject asn1object)
           
protected  void resetClassState()
           
 void setPKIStatusInfo(PKIStatusInfo pkistatusinfo)
           
 void setTimeStampToken(TimeStampToken timestamptoken)
           
 DERObject toASN1Object()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

time_stamp_token_

protected TimeStampToken time_stamp_token_

status_

protected PKIStatusInfo status_

PKI_STATUS_INFO_POS

protected static final int PKI_STATUS_INFO_POS
See Also:
Constant Field Values

NUMBER_OF_MAX_COMPONENTS

protected static final int NUMBER_OF_MAX_COMPONENTS
See Also:
Constant Field Values

NUMBER_OF_MIN_COMPONENTS

protected static final int NUMBER_OF_MIN_COMPONENTS
See Also:
Constant Field Values
Constructor Detail

TimeStampResp

public TimeStampResp(DERObject asn1object)
              throws java.lang.RuntimeException

TimeStampResp

protected TimeStampResp()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toASN1Object

public DERObject toASN1Object()

setTimeStampToken

public void setTimeStampToken(TimeStampToken timestamptoken)
                       throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException

setPKIStatusInfo

public void setPKIStatusInfo(PKIStatusInfo pkistatusinfo)
                      throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException

resetClassState

protected void resetClassState()

parseTimeStampRespData

protected void parseTimeStampRespData(DERObject asn1object)
                               throws java.lang.RuntimeException
java.lang.RuntimeException

getTimeStampToken

public TimeStampToken getTimeStampToken()

getPKIStatusInfo

public PKIStatusInfo getPKIStatusInfo()

getEncoded

public byte[] getEncoded()

generateASN1Object

protected DERConstructedSequence generateASN1Object()

decode

public void decode(DERObject asn1object)
            throws java.lang.RuntimeException
java.lang.RuntimeException