Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLImpl.java97 private byte[] tbsCertList = null; // DER encoded "to-be-signed" CRL field in X509CRLImpl
322 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 …]
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CRLImpl.java304 private byte[] tbsCertList; field in X509CRLImpl