Package 

Class EncrypterExtensions

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static ByteArray encryptBy(ByteArray $self, Encrypter encrypter, ByteArray secret) 根据指定的加密器,加密当前字节数组。
      final static ByteArray decryptBy(ByteArray $self, Encrypter encrypter, ByteArray secret) 根据指定的加密器,解密当前字符串。某些加密算法可能不支持解密。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait