Uses of Class
org.bouncycastle.crypto.general.ARC4.Parameters
Packages that use ARC4.Parameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of ARC4.Parameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as ARC4.ParametersMethods in org.bouncycastle.crypto.general with parameters of type ARC4.ParametersModifier and TypeMethodDescriptionprotected StreamCipher
ARC4.OperatorFactory.createCipher
(boolean forEncryption, SymmetricKey key, ARC4.Parameters parameters, SecureRandom random)