|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBlockCipher | |
---|---|
ccs.crypt | Symmetric cryptographic primitives. |
Uses of AbstractBlockCipher in ccs.crypt |
---|
Subclasses of AbstractBlockCipher in ccs.crypt | |
---|---|
class |
BCCHBlockCipher
A block cipher which uses BouncyCastle for the cryptographic primitives, in CBC mode with HMAC authentication. |
static class |
BCCHBlockCipher.AES
|
static class |
BCCHBlockCipher.Blowfish
|
class |
NullCipher
A Null Cipher. |
Constructors in ccs.crypt with parameters of type AbstractBlockCipher | |
---|---|
AbstractBlockCipherInputStream(DammedInputStream is,
boolean isDelimit,
AbstractBlockCipher cipher)
|
|
AbstractBlockCipherOutputStream(DammedOutputStream os,
long plainlen,
AbstractBlockCipher cipher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |