forked from I2P_Developers/i2p.i2p
get rid of one more UnsupportedOperationException
This commit is contained in:
@@ -393,7 +393,7 @@ public class SSLEepGet extends EepGet {
|
|||||||
|
|
||||||
public void checkClientTrusted(X509Certificate[] chain, String authType)
|
public void checkClientTrusted(X509Certificate[] chain, String authType)
|
||||||
throws CertificateException {
|
throws CertificateException {
|
||||||
throw new UnsupportedOperationException();
|
throw new CertificateException();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void checkServerTrusted(X509Certificate[] chain, String authType)
|
public void checkServerTrusted(X509Certificate[] chain, String authType)
|
||||||
|
Reference in New Issue
Block a user