cn.dreampie.security.sign
类 Cryptoer

java.lang.Object
  继承者 cn.dreampie.security.sign.Cryptoer

public class Cryptoer
extends Object

Created by ice on 14-12-23.


构造方法摘要
Cryptoer()
           
 
方法摘要
static String sign(String message, byte[] key)
          Sign a message with a key
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Cryptoer

public Cryptoer()
方法详细信息

sign

public static String sign(String message,
                          byte[] key)
Sign a message with a key

参数:
message - The message to sign
key - The key to use
返回:
The signed message (in hexadecimal)


Copyright © 2015. All rights reserved.