Searched refs:tbsCertList (Results 1 – 2 of 2) sorted by relevance
97 private byte[] tbsCertList = null; // DER encoded "to-be-signed" CRL field in X509CRLImpl322 tbsCertList = seq.toByteArray(); in encodeInfo()323 out.write(tbsCertList); in encodeInfo()389 if (tbsCertList == null) { in verify()393 sigVerf.update(tbsCertList, 0, tbsCertList.length); in verify()433 if (tbsCertList == null) { in verify()437 sigVerf.update(tbsCertList, 0, tbsCertList.length); in verify()524 sigEngine.update(tbsCertList, 0, tbsCertList.length); in sign()749 if (tbsCertList == null) in getTBSCertList()751 return tbsCertList.clone(); in getTBSCertList()[all …]
304 private byte[] tbsCertList; field in X509CRLImpl