OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getResponderURI
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSP.java
121
responderURI =
getResponderURI
(certImpl);
305
public static URI
getResponderURI
(X509Certificate cert) {
307
return
getResponderURI
(X509CertImpl.toImpl(cert));
314
static URI
getResponderURI
(X509CertImpl certImpl) {
RevocationChecker.java
709
: OCSP.
getResponderURI
(currCert);
[
all
...]
Completed in 922 milliseconds