|
|
@ -37,6 +37,7 @@ import java.io.ByteArrayInputStream;
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.io.InputStream;
|
|
|
|
import java.io.InputStream;
|
|
|
|
import java.io.InputStreamReader;
|
|
|
|
import java.io.InputStreamReader;
|
|
|
|
|
|
|
|
import java.net.MalformedURLException;
|
|
|
|
import java.net.URL;
|
|
|
|
import java.net.URL;
|
|
|
|
import java.security.KeyStore;
|
|
|
|
import java.security.KeyStore;
|
|
|
|
import java.security.cert.CertPathBuilder;
|
|
|
|
import java.security.cert.CertPathBuilder;
|
|
|
@ -297,6 +298,8 @@ public class Bimi {
|
|
|
|
|
|
|
|
|
|
|
|
Log.i("BIMI valid domain=" + domain);
|
|
|
|
Log.i("BIMI valid domain=" + domain);
|
|
|
|
verified = true;
|
|
|
|
verified = true;
|
|
|
|
|
|
|
|
} catch (MalformedURLException ex) {
|
|
|
|
|
|
|
|
Log.i(ex);
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
Log.w(new Throwable("BIMI " + domain, ex));
|
|
|
|
Log.w(new Throwable("BIMI " + domain, ex));
|
|
|
|
}
|
|
|
|
}
|
|
|
|