@Singleton @Deprecated public class HmacUdfSource extends Object implements UdfSourceAssembly
import 'net.hasor.dataql.fx.encryt.SignUdfSource' as hmac;
UdfSourceAssembly.TypeUdfMap, UdfSourceAssembly.UdfName, UdfSourceAssembly.UdfParams
Constructor and Description |
---|
HmacUdfSource()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
hmacMD5_bytes(String signKey,
List<Byte> content)
Deprecated.
使用 HMAC-MD5 签名方法对 content 进行签名
|
static String |
hmacMD5_string(String signKey,
String content)
Deprecated.
使用 HMAC-MD5 签名方法对 content 进行签名
|
static String |
hmacSHA1_bytes(String signKey,
List<Byte> content)
Deprecated.
使用 HMAC-SHA1 签名方法对 content 进行签名
|
static String |
hmacSHA1_string(String signKey,
String content)
Deprecated.
使用 HMAC-SHA1 签名方法对 content 进行签名
|
static String |
hmacSHA256_bytes(String signKey,
List<Byte> content)
Deprecated.
使用 HMAC-SHA256 签名方法对 content 进行签名
|
static String |
hmacSHA256_string(String signKey,
String content)
Deprecated.
使用 HMAC-SHA256 签名方法对 content 进行签名
|
static String |
hmacSHA512_bytes(String signKey,
List<Byte> content)
Deprecated.
使用 HMAC-SHA512 签名方法对 content 进行签名
|
static String |
hmacSHA512_string(String signKey,
String content)
Deprecated.
使用 HMAC-SHA512 签名方法对 content 进行签名
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPredicate, getSupplier, getUdfResource
public static String hmacMD5_string(String signKey, String content) throws NoSuchAlgorithmException, InvalidKeyException
public static String hmacMD5_bytes(String signKey, List<Byte> content) throws NoSuchAlgorithmException, InvalidKeyException
public static String hmacSHA1_string(String signKey, String content) throws NoSuchAlgorithmException, InvalidKeyException
public static String hmacSHA1_bytes(String signKey, List<Byte> content) throws NoSuchAlgorithmException, InvalidKeyException
public static String hmacSHA256_string(String signKey, String content) throws NoSuchAlgorithmException, InvalidKeyException
public static String hmacSHA256_bytes(String signKey, List<Byte> content) throws NoSuchAlgorithmException, InvalidKeyException
public static String hmacSHA512_string(String signKey, String content) throws NoSuchAlgorithmException, InvalidKeyException
public static String hmacSHA512_bytes(String signKey, List<Byte> content) throws NoSuchAlgorithmException, InvalidKeyException
Copyright © 2020. All rights reserved.