Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DRevocationChecker.java85 String ocspSerial; field in RevocationChecker.RevocationProperties
197 rp.ocspSerial in getRevocationProperties()
214 } else if (rp.ocspIssuer != null && rp.ocspSerial != null) {
215 return getResponderCert(rp.ocspIssuer, rp.ocspSerial,
217 } else if (rp.ocspIssuer != null || rp.ocspSerial != null) {