| 构造器和说明 |
|---|
AESCryptoPlus(AESCryptoConfig config) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected AESCrypto |
createAESCrypto(AESCryptoConfig cryptoConfig)
构建加密组件
|
byte[] |
decode(byte[] content)
解密
|
byte[] |
encode(byte[] content)
加密
|
Cipher |
getDecodeCipher(byte[] encryptedData)
获取密码处理实例
|
Cipher |
getEncodeCipher()
获取密码处理实例
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, decodeBase64, decodeBase64AsString, decodeHex, decodeUrlBase64, decodeUrlBase64AsString, enable, encodeBase64, encodeBase64, encodeHex, encodeHex, encodeUrlBase64, encodeUrlBase64, getAlgorithm, getCipherAlgorithm, getSecretKeypublic AESCryptoPlus(AESCryptoConfig config)
protected AESCrypto createAESCrypto(AESCryptoConfig cryptoConfig)
cryptoConfig - public Cipher getEncodeCipher()
AESCryptogetEncodeCipher 在接口中 AESCryptopublic Cipher getDecodeCipher(byte[] encryptedData)
AESCryptogetDecodeCipher 在接口中 AESCryptoCopyright © 2025. All rights reserved.