Modifier and Type | Method and Description |
---|---|
BufferedBlockCipher |
IESEngine.getCipher() |
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.
|
OldIESEngine(BasicAgreement agree,
DerivationFunction kdf,
Mac mac,
BufferedBlockCipher cipher)
set up for use in conjunction with a block cipher to handle the
message.
|
Constructor and Description |
---|
CipherInputStream(InputStream is,
BufferedBlockCipher cipher)
Constructs a CipherInputStream from an InputStream and a
BufferedBlockCipher.
|
CipherInputStream(InputStream is,
BufferedBlockCipher cipher,
int bufSize)
Constructs a CipherInputStream from an InputStream, a
BufferedBlockCipher, and a specified internal buffer size.
|
CipherOutputStream(OutputStream os,
BufferedBlockCipher cipher)
Constructs a CipherOutputStream from an OutputStream and a
BufferedBlockCipher.
|
Modifier and Type | Class and Description |
---|---|
class |
CTSBlockCipher
A Cipher Text Stealing (CTS) mode cipher.
|
class |
KXTSBlockCipher
Implementation of DSTU7624 XTS mode
|
class |
NISTCTSBlockCipher
A Cipher Text Stealing (CTS) mode cipher.
|
class |
OldCTSBlockCipher
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.
|
Modifier and Type | Method and Description |
---|---|
static IESParameterSpec |
IESUtil.guessParameterSpec(BufferedBlockCipher iesBlockCipher,
byte[] nonce) |
Constructor and Description |
---|
BaseBlockCipher(BufferedBlockCipher engine,
boolean fixedIv,
int ivLength) |
BaseBlockCipher(BufferedBlockCipher engine,
int ivLength) |
Copyright © 2020 BouncyCastle.org. All rights reserved.