Home | History | Annotate | Download | only in x509

Lines Matching defs:tbsCertList

61  *     tbsCertList          TBSCertList,
69 * The ASN.1 definition of <code>tbsCertList</code> is:
71 * TBSCertList ::= SEQUENCE {
97 private byte[] tbsCertList = null; // DER encoded "to-be-signed" CRL
322 tbsCertList = seq.toByteArray();
323 out.write(tbsCertList);
389 if (tbsCertList == null) {
393 sigVerf.update(tbsCertList, 0, tbsCertList.length);
433 if (tbsCertList == null) {
437 sigVerf.update(tbsCertList, 0, tbsCertList.length);
524 sigEngine.update(tbsCertList, 0, tbsCertList.length);
742 * <code>tbsCertList</code> from this CRL.
749 if (tbsCertList == null)
751 return tbsCertList.clone();
1094 tbsCertList = seq[0].toByteArray();