Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLImpl.java208 X509CRLEntry[] badCerts) in X509CRLImpl() argument
214 if (badCerts != null) { in X509CRLImpl()
217 for (int i = 0; i < badCerts.length; i++) { in X509CRLImpl()
218 X509CRLEntryImpl badCert = (X509CRLEntryImpl)badCerts[i]; in X509CRLImpl()
248 X509CRLEntry[] badCerts, CRLExtensions crlExts) in X509CRLImpl() argument
251 this(issuer, thisDate, nextDate, badCerts); in X509CRLImpl()
1156 DerValue[] badCerts = derStrm.getSequence(4); in parse() local
1160 for (int i = 0; i < badCerts.length; i++) { in parse()
1161 X509CRLEntryImpl entry = new X509CRLEntryImpl(badCerts[i]); in parse()
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CRLImpl.java60 java.security.cert.X509CRLEntry[] badCerts) in X509CRLImpl() argument
69 java.security.cert.X509CRLEntry[] badCerts, in X509CRLImpl() argument