Home | History | Annotate | Download | only in tsp

Lines Matching defs:nonce

43  *    nonce                 INTEGER                  OPTIONAL,
57 private final BigInteger nonce;
66 String reqPolicy, BigInteger nonce, Boolean certReq,
71 this.nonce = nonce;
77 String reqPolicy, BigInteger nonce, Boolean certReq,
79 this (version, messageImprint, reqPolicy, nonce, certReq, extensions);
93 res.append(nonce);
135 * @return Returns the nonce.
138 return nonce;
159 ASN1Integer.getInstance(), // nonce
175 BigInteger nonce = (values[3] == null) ? null : new BigInteger(
183 nonce,
193 nonce,
207 values[3] = (req.nonce == null) ? null : req.nonce.toByteArray();