Uses of Class
org.bouncycastle.crypto.general.ChaCha20.AuthParameters
Packages that use ChaCha20.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of ChaCha20.AuthParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type ChaCha20.AuthParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for ChaCha20-Poly1305 encryption/decryption operators.static final classParameters for ChaCha20-Poly1305 cipher.Fields in org.bouncycastle.crypto.general declared as ChaCha20.AuthParametersMethods in org.bouncycastle.crypto.general that return ChaCha20.AuthParametersModifier and TypeMethodDescriptionprotected ChaCha20.AuthParametersChaCha20.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv) ChaCha20.AuthParameters.withIV(SecureRandom random) Methods in org.bouncycastle.crypto.general with parameters of type ChaCha20.AuthParametersModifier and TypeMethodDescriptionprotected AEADCipherChaCha20.AEADOperatorFactory.createAEADCipher(boolean forEncryption, SymmetricKey key, ChaCha20.AuthParameters parameters)