类 WechatEncryptCertificate

java.lang.Object
com.abasecode.opencode.pay.plugin.wechatpay.entity.WechatEncryptCertificate
所有已实现的接口:
Serializable

public class WechatEncryptCertificate extends Object implements Serializable
作者:
Jon e-mail: ijonso123@gmail.com url: Jon's blog url: project github url: AbaseCode.com
另请参阅:
  • 字段详细资料

    • algorithm

      private String algorithm
      算法
    • nonce

      private String nonce
      随机字符串
    • associatedData

      private String associatedData
      相关数据
    • ciphertext

      private String ciphertext
      密文
  • 构造器详细资料

    • WechatEncryptCertificate

      public WechatEncryptCertificate()