44454647484950
@SuppressWarnings("deprecation") // TODO remove once the constructor is made non-public (and therefore non-deprecated) @Override public ProtonJSslDomain createSslDomain() { return new SslDomainImpl(); }
45464748495051