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.
| 从类 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 signkey - The key to use
- 返回:
- The signed message (in hexadecimal)
Copyright © 2015. All rights reserved.