@LoadLevel(name="hutool", order=100) public class HutoolCryptoGeneratorImpl extends Object implements ICryptoGenerator
| 构造器和说明 |
|---|
HutoolCryptoGeneratorImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
IAsymmetricCrypto |
getAsymmetricCrypto(String algorithm,
PublicKey publicKey,
PrivateKey privateKey)
生成非对称加密算法
|
ISymmetricCrypto |
getSymmetricCrypto(String algorithm,
SecretKey secretKey,
AlgorithmParameterSpec algorithmParameterSpec)
生成对称加密算法
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsymmetricCrypto, getAsymmetricCrypto, getSymmetricCrypto, getSymmetricCrypto, getSymmetricCryptopublic ISymmetricCrypto getSymmetricCrypto(@NonNull String algorithm, @NonNull SecretKey secretKey, @Nullable AlgorithmParameterSpec algorithmParameterSpec)
getSymmetricCrypto 在接口中 ICryptoGeneratoralgorithm - 算法secretKey - 密钥algorithmParameterSpec - 算法参数public IAsymmetricCrypto getAsymmetricCrypto(@NonNull String algorithm, @NonNull PublicKey publicKey, @NonNull PrivateKey privateKey)
getAsymmetricCrypto 在接口中 ICryptoGeneratoralgorithm - 算法publicKey - 公钥privateKey - 私钥Copyright © 2021–2024 EasyJ寮�婧愮ぞ鍖�. All rights reserved.