public class ChaCha20 extends SymmetricCrypto
Modifier and Type | Field and Description |
---|---|
static String |
ALGORITHM_NAME
算法名称:ChaCha20
|
Constructor and Description |
---|
ChaCha20(byte[] key,
byte[] iv)
构造
|
decrypt, decrypt, doFinal, doFinalHex, encrypt, encrypt, encrypt, getCipher, getSecretKey, init, setAlgorithmParameterSpec, setIv, setIv, setMode, setMode, setRandom, update, updateHex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encrypt, encrypt, encrypt, encryptBase64, encryptBase64, encryptBase64, encryptBase64, encryptHex, encryptHex, encryptHex, encryptHex
decrypt, decrypt, decryptStr, decryptStr, decryptStr, decryptStr, decryptStr, decryptStr
public static final String ALGORITHM_NAME
Copyright © 2025. All rights reserved.