mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Added comment
This commit is contained in:
parent
71af2781cc
commit
5734c375f7
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue