Package | Description |
---|---|
cn.hutool.crypto.digest |
摘要加密算法实现,入口为DigestUtil
|
Modifier and Type | Method and Description |
---|---|
static DigesterFactory |
DigesterFactory.of(MessageDigest messageDigest)
创建工厂
|
static DigesterFactory |
DigesterFactory.of(String algorithm)
创建工厂,使用
GlobalBouncyCastleProvider 找到的提供方。 |
static DigesterFactory |
DigesterFactory.ofJdk(String algorithm)
创建工厂
|
Copyright © 2024. All rights reserved.