Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Devo919/Gewechat
/ getAcceptedIssuers
Method
getAcceptedIssuers
src/main/java/util/OkhttpUtil.java:47–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
@Override
48
public
X509Certificate[] getAcceptedIssuers() {
49
return
new
X509Certificate[]{};
50
}
51
}
52
};
53
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected