Package | Description |
---|---|
old.org.bouncycastle.crypto.engines | |
old.org.bouncycastle.crypto.modes | |
old.org.bouncycastle.crypto.paddings | |
old.org.bouncycastle.jce.provider |
Constructor and Description |
---|
IESEngine(BasicAgreement agree,
DerivationFunction kdf,
Mac mac,
BufferedBlockCipher cipher)
set up for use in conjunction with a block cipher to handle the
message.
|
Modifier and Type | Class and Description |
---|---|
class |
CTSBlockCipher
A Cipher Text Stealing (CTS) mode cipher.
|
class |
PaddedBlockCipher
Deprecated.
use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead.
|
Modifier and Type | Class and Description |
---|---|
class |
PaddedBufferedBlockCipher
A wrapper class that allows block ciphers to be used to process data in
a piecemeal fashion with padding.
|
Constructor and Description |
---|
JCEBlockCipher(BufferedBlockCipher engine,
int ivLength) |
Copyright © 2015. All rights reserved.