This commit is contained in:
Looly 2024-08-15 13:16:46 +08:00
parent 19a5876078
commit 13afb47a42
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ import org.dromara.hutool.core.exception.HutoolException;
/**
* 加密异常
* @author Looly
*
* @author Looly
*/
public class CryptoException extends HutoolException {
private static final long serialVersionUID = 8068509879445395353L;

View File

@ -62,8 +62,8 @@ public class AsymmetricCrypto extends AbstractAsymmetricCrypto<AsymmetricCrypto>
* 自定义随机数
*/
private SecureRandom random;
// ------------------------------------------------------------------ Constructor start
// region ----- Constructor
/**
* 构造创建新的私钥公钥对
*
@ -163,7 +163,7 @@ public class AsymmetricCrypto extends AbstractAsymmetricCrypto<AsymmetricCrypto>
public AsymmetricCrypto(final String algorithm, final KeyPair keyPair) {
super(algorithm, keyPair);
}
// ------------------------------------------------------------------ Constructor end
// endregion
/**
* 获取加密块大小