Package | Description |
---|---|
cn.orionsec.kit.lang.utils.crypto.enums | |
cn.orionsec.kit.lang.utils.io |
Modifier and Type | Method and Description |
---|---|
static HashDigest |
HashDigest.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashDigest[] |
HashDigest.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
Files1.sign(File file,
HashDigest type)
文件散列签名
|
static String |
Streams.sign(InputStream in,
HashDigest type)
散列签名
|
static String |
Files1.sign(String file,
HashDigest type)
文件散列签名
|
Copyright © 2024. All rights reserved.