Package org.bouncycastle.crypto

Interface Summary
AsymmetricBlockCipher base interface that a public/private key block cipher needs to conform to.
CipherParameters all parameter classes implement this.
 

Exception Summary
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.
 



JavaDoc