mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Refactoring
This commit is contained in:
@@ -79,8 +79,6 @@ public class EntityCertificate {
|
||||
@NonNull
|
||||
public String data;
|
||||
|
||||
static final String OID_BrandIndicatorforMessageIdentification = "1.3.6.1.5.5.7.3.31";
|
||||
|
||||
static EntityCertificate from(X509Certificate certificate, String email) throws CertificateEncodingException, NoSuchAlgorithmException {
|
||||
return from(certificate, false, email);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user