类 DKIMCfg
java.lang.Object
com.gdxsoft.easyweb.utils.Mail.DKIMCfg
DKIM签名配置 DKIM for JavaMail needs the private key in DER format, you can
transform a PEM key openssl pkcs8 -topk8 -nocrypt -in private.key.pem -out
private.key.der -outform der
- 作者:
- admin
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明DKIM签名的域名DKIM签名的私匙
DKIM for JavaMail needs the private key in DER format, you can transform a PEM key
openssl pkcs8 -topk8 -nocrypt -in private.key.pem -out private.key.der -outform derDKIM签名的选择域booleanisDkim()voidsetDkim(boolean dkim) voidDKIM签名的域名voidsetPrivateKeyPath(String privateKeyPath) DKIM签名的私匙
DKIM for JavaMail needs the private key in DER format, you can transform a PEM key
openssl pkcs8 -topk8 -nocrypt -in private.key.pem -out private.key.der -outform dervoidDKIM签名的选择域
-
构造器详细资料
-
DKIMCfg
public DKIMCfg()
-
-
方法详细资料
-
isDkim
public boolean isDkim() -
setDkim
public void setDkim(boolean dkim) -
getDomain
DKIM签名的域名- 返回:
- the domain_
-
setDomain
DKIM签名的域名- 参数:
domain- the domain_ to set
-
getSelect
DKIM签名的选择域- 返回:
- the select_
-
setSelect
DKIM签名的选择域- 参数:
select- the select_ to set
-
getPrivateKeyPath
DKIM签名的私匙
DKIM for JavaMail needs the private key in DER format, you can transform a PEM key
openssl pkcs8 -topk8 -nocrypt -in private.key.pem -out private.key.der -outform der- 返回:
- the privateKeyPath_
-
setPrivateKeyPath
DKIM签名的私匙
DKIM for JavaMail needs the private key in DER format, you can transform a PEM key
openssl pkcs8 -topk8 -nocrypt -in private.key.pem -out private.key.der -outform der- 参数:
privateKeyPath- the privateKeyPath_ to set
-