public class Hmac extends Object
| Constructor and Description |
|---|
Hmac() |
public static String hash(String text) throws EscherException
EscherExceptionpublic static byte[] sign(String hashAlgo, String key, String data) throws EscherException
EscherExceptionpublic static byte[] sign(String hashAlgo, byte[] key, String data) throws EscherException
EscherExceptionCopyright © 2025. All rights reserved.