类 DKIMAlgorithm

java.lang.Object
com.gdxsoft.easyweb.utils.Mail.DKIMAlgorithm

public class DKIMAlgorithm extends Object
  • 字段详细资料

    • rsa_sha256

      public static final DKIMAlgorithm rsa_sha256
      算法 rsa_sha256
    • rsa_sha1

      public static final DKIMAlgorithm rsa_sha1
      算法 rsa_sha1
  • 构造器详细资料

    • DKIMAlgorithm

      public DKIMAlgorithm(String rfc4871Notation, String signAlgorithm, String digestAlorithm)
      参数:
      rfc4871Notation - RFC 4871 format
      signAlgorithm - sign
      digestAlorithm - hashing digest
  • 方法详细资料

    • getRfc4871Notation

      public String getRfc4871Notation()
      rsa-sha256 / rsa-sha1
      返回:
      the rfc4871Notation name
    • getSignAlgorithm

      public String getSignAlgorithm()
      the sign algorithm
      返回:
      signAlgorithm
    • getDigestAlorithm

      public String getDigestAlorithm()
      The digest digestAlorithm
      返回:
      digestAlorithm