(@NonNull String host, @NonNull VerificationResult result)
| 73 | |
| 74 | CTLogger logger = new CTLogger() { |
| 75 | @Override |
| 76 | public void log(@NonNull String host, @NonNull VerificationResult result) { |
| 77 | Log.persist(EntityLog.Type.Network, "Transparency: " + host + " " + result); |
| 78 | } |
| 79 | }; |
| 80 | |
| 81 | final X509TrustManager rtm = (transparency |