This commit is contained in:
Looly
2021-09-09 16:14:37 +08:00
parent 5be6c0103b
commit 02885bbcd3
17 changed files with 303 additions and 69 deletions

View File

@@ -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() {