Uses of Class
org.bouncycastle.crypto.general.ChaCha20.Parameters
-
Packages that use ChaCha20.Parameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of ChaCha20.Parameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as ChaCha20.Parameters Modifier and Type Field Description static ChaCha20.ParametersChaCha20. STREAMMethods in org.bouncycastle.crypto.general that return ChaCha20.Parameters Modifier and Type Method Description protected ChaCha20.ParametersChaCha20.Parameters. create(GeneralAlgorithm algorithm, byte[] iv)ChaCha20.ParametersChaCha20.Parameters. withIV(java.security.SecureRandom random)Methods in org.bouncycastle.crypto.general with parameters of type ChaCha20.Parameters Modifier and Type Method Description protected StreamCipherChaCha20.OperatorFactory. createCipher(boolean forEncryption, SymmetricKey key, ChaCha20.Parameters parameters, java.security.SecureRandom random)
-