1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 15:11:03 +00:00

Added comment

This commit is contained in:
M66B 2023-12-09 19:37:42 +01:00
parent 71af2781cc
commit 5734c375f7

View file

@ -215,6 +215,7 @@ public class EntityCertificate {
}
static List<String> getDnsNames(X509Certificate certificate) throws CertificateParsingException {
// org.apache.http.conn.ssl.StrictHostnameVerifier
List<String> result = new ArrayList<>();
Collection<List<?>> altNames = certificate.getSubjectAlternativeNames();