Home | History | Annotate | Download | only in tsp

Lines Matching defs:nonce

53  *    nonce                        INTEGER                  OPTIONAL,
80 private final BigInteger nonce;
88 Boolean ordering, BigInteger nonce, GeneralName tsa,
97 this.nonce = nonce;
123 res.append(nonce);
161 * @return Returns the nonce.
164 return nonce;
254 ASN1Integer.getInstance(), // nonce
268 BigInteger nonce = (values[7] == null) ? null : new BigInteger(
279 nonce,
294 values[7] = (info.nonce == null) ? null : info.nonce.toByteArray();