Bouncy Castle Cryptography Library 1.46

Package org.bouncycastle.operator

Basic operators for doing encryption, signing, and digest operations.

See:
          Description

Interface Summary
ContentSigner  
ContentVerifier  
ContentVerifierProvider General interface for providers of ContentVerifier objects.
DigestAlgorithmIdentifierFinder  
DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output.
DigestCalculatorProvider  
InputDecryptor General interface for an operator that is able to produce an InputStream that will decrypt a stream of encrypted data.
InputExpander General interface for an operator that is able to produce an InputStream that will produce uncompressed data.
InputExpanderProvider  
KeyUnwrapper  
KeyWrapper  
MacCalculator  
OutputCompressor General interface for an operator that is able to produce an OutputStream that will output compressed data.
OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data.
RawContentVerifier Interface for ContentVerifiers that also support raw signatures that can be verified using the digest of the calculated data.
SignatureAlgorithmIdentifierFinder  
 

Class Summary
AsymmetricKeyUnwrapper  
AsymmetricKeyWrapper  
DefaultDigestAlgorithmIdentifierFinder  
DefaultSignatureAlgorithmIdentifierFinder  
GenericKey  
SymmetricKeyUnwrapper  
SymmetricKeyWrapper  
 

Exception Summary
OperatorCreationException  
OperatorException  
OperatorStreamException  
RuntimeOperatorException  
 

Package org.bouncycastle.operator Description

Basic operators for doing encryption, signing, and digest operations.


Bouncy Castle Cryptography Library 1.46