Uses of Package
org.gudy.bouncycastle.crypto
-
Packages that use org.gudy.bouncycastle.crypto Package Description org.gudy.bouncycastle.crypto org.gudy.bouncycastle.crypto.agreement org.gudy.bouncycastle.crypto.agreement.srp org.gudy.bouncycastle.crypto.digests org.gudy.bouncycastle.crypto.encodings Block encodings for asymmetric ciphers.org.gudy.bouncycastle.crypto.engines org.gudy.bouncycastle.crypto.generators org.gudy.bouncycastle.crypto.macs org.gudy.bouncycastle.crypto.modes Modes for symmetric ciphers.org.gudy.bouncycastle.crypto.paddings org.gudy.bouncycastle.crypto.params Classes for parameter objects for ciphers and generators.org.gudy.bouncycastle.crypto.signers org.gudy.bouncycastle.jce.provider -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto Class Description AsymmetricBlockCipher base interface that a public/private key block cipher needs to conform to.AsymmetricCipherKeyPair a holding class for public/private parameter pairs.BlockCipher Block cipher engines are expected to conform to this interface.CipherParameters all parameter classes implement this.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.DerivationParameters Parameters for key/byte stream derivation classesDigest interface that a message digest conforms to.InvalidCipherTextException this exception is thrown whenever we find something we don't expect in a message.KeyGenerationParameters The base class for parameters to key generators.RuntimeCryptoException the foundation class for the exceptions thrown by the crypto packages.StreamCipher the interface stream ciphers conform to. -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.agreement Class Description BasicAgreement The basic interface that basic Diffie-Hellman implementations conforms to.CipherParameters all parameter classes implement this. -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.agreement.srp Class Description CryptoException the foundation class for the hard exceptions thrown by the crypto packages.Digest interface that a message digest conforms to. -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.digests Class Description Digest interface that a message digest conforms to. -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.encodings Class Description AsymmetricBlockCipher base interface that a public/private key block cipher needs to conform to.CipherParameters all parameter classes implement this.Digest interface that a message digest conforms to.InvalidCipherTextException this exception is thrown whenever we find something we don't expect in a message. -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.engines Class Description AsymmetricBlockCipher base interface that a public/private key block cipher needs to conform to.BasicAgreement The basic interface that basic Diffie-Hellman implementations conforms to.BlockCipher Block cipher engines are expected to conform to this interface.BufferedBlockCipher A wrapper class that allows block ciphers to be used to process data in a piecemeal fashion.CipherParameters all parameter classes implement this.DerivationFunction base interface for general purpose byte derivation functions.InvalidCipherTextException this exception is thrown whenever we find something we don't expect in a message.Mac The base interface for implementations of message authentication codes (MACs).StreamCipher the interface stream ciphers conform to. -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.generators Class Description AsymmetricCipherKeyPair a holding class for public/private parameter pairs.AsymmetricCipherKeyPairGenerator interface that a public/private key pair generator should conform to.CipherKeyGenerator The base class for symmetric, or secret, cipher key generators.CipherParameters all parameter classes implement this.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.DerivationFunction base interface for general purpose byte derivation functions.DerivationParameters Parameters for key/byte stream derivation classesDigest interface that a message digest conforms to.KeyGenerationParameters The base class for parameters to key generators.PBEParametersGenerator super class for all Password Based Encyrption (PBE) parameter generator classes. -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.macs Class Description CipherParameters all parameter classes implement this.Digest interface that a message digest conforms to.Mac The base interface for implementations of message authentication codes (MACs). -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.modes Class Description BlockCipher Block cipher engines are expected to conform to this interface.BufferedBlockCipher A wrapper class that allows block ciphers to be used to process data in a piecemeal fashion.CipherParameters all parameter classes implement this.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. -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.paddings Class Description BlockCipher Block cipher engines are expected to conform to this interface.BufferedBlockCipher A wrapper class that allows block ciphers to be used to process data in a piecemeal fashion.CipherParameters all parameter classes implement this.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. -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.params Class Description CipherParameters all parameter classes implement this.DerivationParameters Parameters for key/byte stream derivation classesKeyGenerationParameters The base class for parameters to key generators. -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.crypto.signers Class Description CipherParameters all parameter classes implement this.DSA interface for classes implementing the Digital Signature Algorithm -
Classes in org.gudy.bouncycastle.crypto used by org.gudy.bouncycastle.jce.provider Class Description AsymmetricBlockCipher base interface that a public/private key block cipher needs to conform to.BasicAgreement The basic interface that basic Diffie-Hellman implementations conforms to.CipherParameters all parameter classes implement this.Digest interface that a message digest conforms to.DSA interface for classes implementing the Digital Signature Algorithm