Home | History | Annotate | Download | only in tsp

Lines Matching refs:certReq

44  *    certReq               BOOLEAN                  DEFAULT FALSE,
59 private final Boolean certReq;
66 String reqPolicy, BigInteger nonce, Boolean certReq,
72 this.certReq = certReq;
77 String reqPolicy, BigInteger nonce, Boolean certReq,
79 this (version, messageImprint, reqPolicy, nonce, certReq, extensions);
95 res.append(certReq);
114 * @return Returns the certReq.
117 return certReq;
160 ASN1Boolean.getInstance(), // certReq
208 values[4] = (req.certReq == null) ? Boolean.FALSE : req.certReq;