Uses of Package
org.bouncycastle.operator
-
Packages that use org.bouncycastle.operator Package Description org.bouncycastle.cert Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.org.bouncycastle.cert.bc org.bouncycastle.cert.cmp Basic support package for handling and creating CMP (RFC 4210) certificate management messages.org.bouncycastle.cert.crmf Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.org.bouncycastle.cert.crmf.bc org.bouncycastle.cert.crmf.jcajce JCA extensions to the CRMF online certificate request package.org.bouncycastle.cert.dane org.bouncycastle.cert.jcajce JCA extensions to the certificate building and processing package.org.bouncycastle.cert.ocsp Basic support package for handling and creating OCSP (RFC 2560) online certificate status requests.org.bouncycastle.cert.ocsp.jcajce JCA extensions to the OCSP online certificate status package.org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.cms.bc CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the BC lightweight API.org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.org.bouncycastle.dvcs Classes for dealing "Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols" - RFC 3029.org.bouncycastle.eac.operator.jcajce org.bouncycastle.est A package for processing messages for RFC 7030 "Enrollment over Secure Transport".org.bouncycastle.est.jcajce JCA/JCE/JSSE support Enrollment over Secure Transport.org.bouncycastle.mime.smime org.bouncycastle.mozilla Support class for mozilla signed public key and challenge.org.bouncycastle.openssl Classes for dealing with OpenSSL PEM files.org.bouncycastle.openssl.jcajce org.bouncycastle.operator Basic operator definitions for doing encryption, signing, and digest operations.org.bouncycastle.operator.bc Basic operator implementations for doing encryption, signing, and digest operations using the BC lightweight API.org.bouncycastle.operator.jcajce Basic operator implementations for doing encryption, signing, and digest operations using the JCA and the JCE.org.bouncycastle.pkcs Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.org.bouncycastle.pkcs.bc BC lightweight API extensions and operators for the PKCS#10 certification request package.org.bouncycastle.pkcs.jcajce JCA extensions and operators for the PKCS#10 certification request package.org.bouncycastle.tsp Classes for dealing Time Stamp Protocol (TSP) - RFC 3161.org.bouncycastle.tsp.cms Classes for dealing Syntax for Binding Documents with Time-Stamps - RFC 5544.org.bouncycastle.tsp.ers -
Classes in org.bouncycastle.operator used by org.bouncycastle.cert Class Description ContentSigner General interface for an operator that is able to create a signature from a stream of output.ContentVerifierProvider General interface for providers of ContentVerifier objects.DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output.DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations.OperatorCreationException -
Classes in org.bouncycastle.operator used by org.bouncycastle.cert.bc Class Description DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output. -
Classes in org.bouncycastle.operator used by org.bouncycastle.cert.cmp Class Description ContentSigner General interface for an operator that is able to create a signature from a stream of output.ContentVerifierProvider General interface for providers of ContentVerifier objects.DigestAlgorithmIdentifierFinder DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations.MacCalculator General interface for a key initialized operator that is able to calculate a MAC from a stream of output. -
Classes in org.bouncycastle.operator used by org.bouncycastle.cert.crmf Class Description ContentSigner General interface for an operator that is able to create a signature from a stream of output.ContentVerifierProvider General interface for providers of ContentVerifier objects.InputDecryptor General interface for an operator that is able to produce an InputStream that will decrypt a stream of encrypted data.KeyWrapper MacCalculator General interface for a key initialized operator that is able to calculate a MAC from a stream of output.OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data. -
Classes in org.bouncycastle.operator used by org.bouncycastle.cert.crmf.bc Class Description KeyWrapper OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data. -
Classes in org.bouncycastle.operator used by org.bouncycastle.cert.crmf.jcajce Class Description InputDecryptor General interface for an operator that is able to produce an InputStream that will decrypt a stream of encrypted data.KeyWrapper OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data. -
Classes in org.bouncycastle.operator used by org.bouncycastle.cert.dane Class Description DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output. -
Classes in org.bouncycastle.operator used by org.bouncycastle.cert.jcajce Class Description ContentVerifierProvider General interface for providers of ContentVerifier objects.DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output.OperatorCreationException -
Classes in org.bouncycastle.operator used by org.bouncycastle.cert.ocsp Class Description ContentSigner General interface for an operator that is able to create a signature from a stream of output.ContentVerifierProvider General interface for providers of ContentVerifier objects.DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output.DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations. -
Classes in org.bouncycastle.operator used by org.bouncycastle.cert.ocsp.jcajce Class Description DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output. -
Classes in org.bouncycastle.operator used by org.bouncycastle.cms Class Description AsymmetricKeyWrapper ContentSigner General interface for an operator that is able to create a signature from a stream of output.ContentVerifier General interface for an operator that is able to verify a signature based on data in a stream of output.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 The base interface for a provider of DigestCalculator implementations.GenericKey InputDecryptor General interface for an operator that is able to produce an InputStream that will decrypt a stream of encrypted data.InputDecryptorProvider InputExpanderProvider MacCalculator General interface for a key initialized operator that is able to calculate a MAC from a stream of output.OperatorCreationException OutputAEADEncryptor 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.SignatureAlgorithmIdentifierFinder SymmetricKeyWrapper -
Classes in org.bouncycastle.operator used by org.bouncycastle.cms.bc Class Description DigestAlgorithmIdentifierFinder DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations.GenericKey OperatorCreationException OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data.SignatureAlgorithmIdentifierFinder -
Classes in org.bouncycastle.operator used by org.bouncycastle.cms.jcajce Class Description AsymmetricKeyWrapper ContentSigner General interface for an operator that is able to create a signature from a stream of output.DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations.GenericKey InputExpander General interface for an operator that is able to produce an InputStream that will produce uncompressed data.InputExpanderProvider MacCalculator General interface for a key initialized operator that is able to calculate a MAC from a stream of output.OperatorCreationException 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.SecretKeySizeProvider SignatureAlgorithmIdentifierFinder SymmetricKeyUnwrapper -
Classes in org.bouncycastle.operator used by org.bouncycastle.dvcs Class Description DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output. -
Classes in org.bouncycastle.operator used by org.bouncycastle.eac.operator.jcajce Class Description OperatorCreationException -
Classes in org.bouncycastle.operator used by org.bouncycastle.est Class Description ContentSigner General interface for an operator that is able to create a signature from a stream of output.DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations. -
Classes in org.bouncycastle.operator used by org.bouncycastle.est.jcajce Class Description OperatorCreationException -
Classes in org.bouncycastle.operator used by org.bouncycastle.mime.smime Class Description DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations.OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data. -
Classes in org.bouncycastle.operator used by org.bouncycastle.mozilla Class Description ContentVerifierProvider General interface for providers of ContentVerifier objects.OperatorCreationException -
Classes in org.bouncycastle.operator used by org.bouncycastle.openssl Class Description OperatorCreationException OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data. -
Classes in org.bouncycastle.operator used by org.bouncycastle.openssl.jcajce Class Description InputDecryptorProvider OperatorCreationException OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data. -
Classes in org.bouncycastle.operator used by org.bouncycastle.operator Class Description AADProcessor Base interface for extra methods required for handling associated data in AEAD ciphers.AlgorithmNameFinder General finder for converting OIDs and AlgorithmIdentifiers into strings.ContentSigner General interface for an operator that is able to create a signature from a stream of output.ContentVerifier General interface for an operator that is able to verify a signature based on data in a stream of output.DigestAlgorithmIdentifierFinder DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output.GenericKey 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.KeyUnwrapper KeyWrapper MacCalculator General interface for a key initialized operator that is able to calculate a MAC from a stream of output.OperatorCreationException OperatorException OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data.SecretKeySizeProvider SignatureAlgorithmIdentifierFinder -
Classes in org.bouncycastle.operator used by org.bouncycastle.operator.bc Class Description AsymmetricKeyUnwrapper AsymmetricKeyWrapper ContentSigner General interface for an operator that is able to create a signature from a stream of output.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 The base interface for a provider of DigestCalculator implementations.GenericKey KeyUnwrapper KeyWrapper OperatorCreationException OperatorException SymmetricKeyUnwrapper SymmetricKeyWrapper -
Classes in org.bouncycastle.operator used by org.bouncycastle.operator.jcajce Class Description AsymmetricKeyUnwrapper AsymmetricKeyWrapper ContentSigner General interface for an operator that is able to create a signature from a stream of output.ContentVerifierProvider General interface for providers of ContentVerifier objects.DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations.GenericKey InputDecryptorProvider KeyUnwrapper KeyWrapper OperatorCreationException OperatorException SymmetricKeyUnwrapper SymmetricKeyWrapper -
Classes in org.bouncycastle.operator used by org.bouncycastle.pkcs Class Description ContentSigner General interface for an operator that is able to create a signature from a stream of output.ContentVerifierProvider General interface for providers of ContentVerifier objects.InputDecryptorProvider MacCalculator General interface for a key initialized operator that is able to calculate a MAC from a stream of output.OperatorCreationException OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data. -
Classes in org.bouncycastle.operator used by org.bouncycastle.pkcs.bc Class Description InputDecryptorProvider MacCalculator General interface for a key initialized operator that is able to calculate a MAC from a stream of output.OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data. -
Classes in org.bouncycastle.operator used by org.bouncycastle.pkcs.jcajce Class Description InputDecryptorProvider MacCalculator General interface for a key initialized operator that is able to calculate a MAC from a stream of output.OperatorCreationException OutputEncryptor General interface for an operator that is able to produce an OutputStream that will output encrypted data.SecretKeySizeProvider -
Classes in org.bouncycastle.operator used by org.bouncycastle.tsp Class Description DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output.DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations. -
Classes in org.bouncycastle.operator used by org.bouncycastle.tsp.cms Class Description DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output.DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations.OperatorCreationException -
Classes in org.bouncycastle.operator used by org.bouncycastle.tsp.ers Class Description DigestCalculator General interface for an operator that is able to calculate a digest from a stream of output.DigestCalculatorProvider The base interface for a provider of DigestCalculator implementations.OperatorCreationException