mirror of
https://gitee.com/dromara/hutool.git
synced 2026-02-09 09:16:26 +08:00
add ZUC
This commit is contained in:
@@ -3,12 +3,12 @@ package cn.hutool.crypto;
|
||||
import java.security.Provider;
|
||||
|
||||
/**
|
||||
* Provider对象生产法工厂类
|
||||
*
|
||||
* Provider对象生产工厂类
|
||||
*
|
||||
* <pre>
|
||||
* 1. 调用{@link #createBouncyCastleProvider()} 用于新建一个org.bouncycastle.jce.provider.BouncyCastleProvider对象
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* @author looly
|
||||
* @since 4.2.1
|
||||
*/
|
||||
@@ -17,7 +17,7 @@ public class ProviderFactory {
|
||||
/**
|
||||
* 创建Bouncy Castle 提供者<br>
|
||||
* 如果用户未引入bouncycastle库,则此方法抛出{@link NoClassDefFoundError} 异常
|
||||
*
|
||||
*
|
||||
* @return {@link Provider}
|
||||
*/
|
||||
public static Provider createBouncyCastleProvider() {
|
||||
|
||||
Reference in New Issue
Block a user