Uses of Class
org.bouncycastle.crypto.general.ChaCha20.Parameters
Packages that use ChaCha20.Parameters
Package
Description
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.ParametersMethods in org.bouncycastle.crypto.general that return ChaCha20.ParametersModifier and TypeMethodDescriptionprotected ChaCha20.Parameters
ChaCha20.Parameters.create
(GeneralAlgorithm algorithm, byte[] iv) ChaCha20.Parameters.withIV
(SecureRandom random) Methods in org.bouncycastle.crypto.general with parameters of type ChaCha20.ParametersModifier and TypeMethodDescriptionprotected StreamCipher
ChaCha20.OperatorFactory.createCipher
(boolean forEncryption, SymmetricKey key, ChaCha20.Parameters parameters, SecureRandom random)