Searched refs:tbsCertList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CRLImpl.java61 * tbsCertList TBSCertList,
69 * The ASN.1 definition of <code>tbsCertList</code> is:
97 private byte[] tbsCertList = null; // DER encoded "to-be-signed" CRL field in class:X509CRLImpl
322 tbsCertList = seq.toByteArray();
323 out.write(tbsCertList);
389 if (tbsCertList == null) {
393 sigVerf.update(tbsCertList, 0, tbsCertList.length);
463 sigEngine.update(tbsCertList, 0, tbsCertList
[all...]

Completed in 78 milliseconds