Uses of Interface
org.bouncycastle.crypto.CipherParameters
Packages that use CipherParameters
Package
Description
-
Uses of CipherParameters in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto with parameters of type CipherParametersModifier and TypeMethodDescriptionvoid
BlockCipher.init
(boolean forEncryption, CipherParameters params) Initialise the cipher. -
Uses of CipherParameters in org.bouncycastle.crypto.engines
Methods in org.bouncycastle.crypto.engines with parameters of type CipherParametersModifier and TypeMethodDescriptionvoid
AESEngine.init
(boolean forEncryption, CipherParameters params) initialise an AES cipher.void
DESEngine.init
(boolean encrypting, CipherParameters params) initialise a DES cipher. -
Uses of CipherParameters in org.bouncycastle.crypto.params
Classes in org.bouncycastle.crypto.params that implement CipherParameters