Class EncryptCertificate

java.lang.Object
com.wechat.pay.java.service.certificate.model.EncryptCertificate
All Implemented Interfaces:
Serializable

public class EncryptCertificate extends Object implements Serializable
See Also:
  • Constructor Details

    • EncryptCertificate

      public EncryptCertificate()
  • Method Details

    • getAlgorithm

      public String getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(String algorithm)
    • setNonce

      public void setNonce(String nonce)
    • getAssociatedData

      public String getAssociatedData()
    • setAssociatedData

      public void setAssociatedData(String associatedData)
    • getCiphertext

      public String getCiphertext()
    • setCiphertext

      public void setCiphertext(String ciphertext)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getNonce

      public String getNonce()