cn.dreampie.common.util.crypto
类 Cryptor

java.lang.Object
  继承者 cn.dreampie.common.util.crypto.Cryptor

public class Cryptor
extends Object


构造方法摘要
Cryptor()
           
 
方法摘要
static String crypto(String algorithm, String message)
           
static String crypto(String algorithm, String message, String salt)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Cryptor

public Cryptor()
方法详细信息

crypto

public static String crypto(String algorithm,
                            String message)

crypto

public static String crypto(String algorithm,
                            String message,
                            String salt)


Copyright © 2015. All rights reserved.