类 Cipher


public class Cipher extends Plaintext
  • 构造器详细资料

    • Cipher

      public Cipher(String ciphertext)
      私钥芥末
      参数:
      ciphertext - 密文值
  • 方法详细资料

    • getCiphertext

      public String getCiphertext()
    • setCiphertext

      public void setCiphertext(String ciphertext)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Plaintext