Interface | Description |
---|---|
BlockCipher |
Block cipher engines are expected to conform to this interface.
|
CipherParameters |
all parameter classes implement this.
|
Digest |
interface that a message digest conforms to.
|
DSA |
interface for classes implementing algorithms modeled similar to the Digital Signature Alorithm.
|
ExtendedDigest | |
Signer |
Generic signer interface for hash based and message recovery signers.
|
Class | Description |
---|---|
BufferedBlockCipher |
A wrapper class that allows block ciphers to be used to process data in
a piecemeal fashion.
|
Info | |
PBEParametersGenerator |
super class for all Password Based Encryption (PBE) parameter generator classes.
|
Exception | Description |
---|---|
CryptoException |
the foundation class for the hard exceptions thrown by the crypto packages.
|
DataLengthException |
this exception is thrown if a buffer that is meant to have output
copied into it turns out to be too short, or if we've been given
insufficient input.
|
InvalidCipherTextException |
this exception is thrown whenever we find something we don't expect in a
message.
|
RuntimeCryptoException |
the foundation class for the exceptions thrown by the crypto packages.
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.