mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
794a67bd1a
commit
82ef421e60
@ -12,6 +12,8 @@
|
||||
|
||||
package org.dromara.hutool.crypto.provider;
|
||||
|
||||
import org.bouncycastle.jce.provider.BouncyCastleProvider;
|
||||
|
||||
import java.security.Provider;
|
||||
|
||||
/**
|
||||
@ -24,7 +26,7 @@ public class BouncyCastleProviderFactory implements ProviderFactory {
|
||||
|
||||
@Override
|
||||
public Provider create() {
|
||||
return new org.bouncycastle.jce.provider.BouncyCastleProvider();
|
||||
return new BouncyCastleProvider();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user