Package 

Object Encrypt

  • All Implemented Interfaces:

    
    public class Encrypt
    
                        

    Created by entaoyang@163.com on 2018/7/12.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Encrypt.B64
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Encrypt INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String sha256(String s)
      final String hmacSha256(String data, String key)
      final String md5(String value)
      • Methods inherited from class java.lang.Object

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