类 SIM2Decryptor

java.lang.Object
cn.zhxu.toys.cipher.SimpleDecryptor
cn.zhxu.toys.cipher.SIM2Decryptor
所有已实现的接口:
Decryptor

public class SIM2Decryptor extends SimpleDecryptor
简单解密算法 2
从以下版本开始:
0.4.6
作者:
Troy.Zhou
  • 构造器详细资料

    • SIM2Decryptor

      public SIM2Decryptor()
    • SIM2Decryptor

      public SIM2Decryptor(byte[] secret)
    • SIM2Decryptor

      public SIM2Decryptor(String secret)
  • 方法详细资料

    • doInit

      protected void doInit(byte[] secret)
      覆盖:
      doInit 在类中 SimpleDecryptor
    • decrypt

      public byte[] decrypt(byte[] secretBytes, byte[] cipherBytes)
      从接口复制的说明: Decryptor
      解密
      指定者:
      decrypt 在接口中 Decryptor
      覆盖:
      decrypt 在类中 SimpleDecryptor
      参数:
      secretBytes - 密钥
      cipherBytes - 密文
      返回:
      明文