Home | History | Annotate | Download | only in timestamp

Lines Matching defs:tstInfo

43  *     TSTInfo ::= SEQUENCE {
87 * TSTInfo element defined in RFC 3161.
130 * TSTInfo.
136 DerValue tstInfo = new DerValue(timestampTokenInfo);
137 if (tstInfo.tag != DerValue.tag_Sequence) {
141 version = tstInfo.data.getInteger();
144 policy = tstInfo.data.getOID();
147 DerValue messageImprint = tstInfo.data.getDerValue();
152 serialNumber = tstInfo.data.getBigInteger();
155 genTime = tstInfo.data.getGeneralizedTime();
158 while (tstInfo.data.available() > 0) {
159 DerValue d = tstInfo.data.getDerValue();