Uses of Class
iaik.asn1.GeneralizedTime

Packages that use GeneralizedTime
com.entrust.toolkit.asn1.structures Contains clases used to parse ASN.1 structures. 
iaik.asn1   
 

Uses of GeneralizedTime in com.entrust.toolkit.asn1.structures
 

Methods in com.entrust.toolkit.asn1.structures that return GeneralizedTime
 GeneralizedTime PKIHeader.getMessageTime()
          This method returns the time at which the message was created.
 

Methods in com.entrust.toolkit.asn1.structures with parameters of type GeneralizedTime
 void PKIHeader.setMessageTime(GeneralizedTime messageTime)
          This method sets the time at which this message was created.
 void Time.setTime(GeneralizedTime time)
           
 

Constructors in com.entrust.toolkit.asn1.structures with parameters of type GeneralizedTime
PKIHeader.PKIHeader(int pvno, GeneralName sender, GeneralName recipient, GeneralizedTime messageTime, AlgorithmID protectionAlg, ASN1Object senderKID, ASN1Object recipKID, OCTET_STRING transactionID, OCTET_STRING senderNonce, OCTET_STRING recipNonce)
          This constructor, given all of the information that can be included, creates a PKIHeader object.
 

Uses of GeneralizedTime in iaik.asn1
 

Methods in iaik.asn1 that return GeneralizedTime
 GeneralizedTime DerInputStream.readGeneralizedTime()
          Reads a GeneralizedTime from the input stream.