Cumulus4j API
(1.2.0)

Uses of Package
org.cumulus4j.crypto

Packages that use org.cumulus4j.crypto
org.cumulus4j.crypto API providing a unified way to use various cryptography algorithms. 
org.cumulus4j.crypto.internal.asymmetric Internal (non-API) package for asymmetric encryption. 
org.cumulus4j.crypto.internal.asymmetric.keypairgenerator Internal (non-API) package for key-pair-generation used by asymmetric encryption. 
org.cumulus4j.crypto.internal.mac Internal (non-API) package for message authentication codes
org.cumulus4j.crypto.internal.symmetric Internal (non-API) package for symmetric encryption. 
org.cumulus4j.keymanager.back.shared Shared classes to communicate between key-manager (either embedded in app-client or in key-server) and app-server. 
org.cumulus4j.store.crypto.keymanager Implementation of CryptoManager working with a key-manager as shown in Deployment scenarios
 

Classes in org.cumulus4j.crypto used by org.cumulus4j.crypto
Cipher
           A cipher encrypts or decrypts data.
CipherEngineType
          Type of a cipher engine (a raw encryption algorithm).
CipherOperationMode
          Operation mode of a Cipher.
CryptoRegistry
           Entry to the unified crypto API.
MACCalculator
           A MACCalculator calculates message authentication codes.
MACCalculatorFactory
           Factory creating instances of MACCalculator.
SecretKeyGenerator
          Generator for secret keys to be used in symmetric encryption.
 

Classes in org.cumulus4j.crypto used by org.cumulus4j.crypto.internal.asymmetric
AbstractCipher
          Abstract base class for Cipher implementations.
Cipher
           A cipher encrypts or decrypts data.
CipherOperationMode
          Operation mode of a Cipher.
 

Classes in org.cumulus4j.crypto used by org.cumulus4j.crypto.internal.asymmetric.keypairgenerator
AsymmetricCipherKeyPairGeneratorFactory
           Factory creating instances of AsymmetricCipherKeyPairGenerator.
 

Classes in org.cumulus4j.crypto used by org.cumulus4j.crypto.internal.mac
AbstractMACCalculatorFactory
           Abstract base class for implementing a MACCalculatorFactory.
MACCalculator
           A MACCalculator calculates message authentication codes.
MACCalculatorFactory
           Factory creating instances of MACCalculator.
 

Classes in org.cumulus4j.crypto used by org.cumulus4j.crypto.internal.symmetric
AbstractCipher
          Abstract base class for Cipher implementations.
Cipher
           A cipher encrypts or decrypts data.
CipherOperationMode
          Operation mode of a Cipher.
SecretKeyGenerator
          Generator for secret keys to be used in symmetric encryption.
 

Classes in org.cumulus4j.crypto used by org.cumulus4j.keymanager.back.shared
Cipher
           A cipher encrypts or decrypts data.
 

Classes in org.cumulus4j.crypto used by org.cumulus4j.store.crypto.keymanager
Cipher
           A cipher encrypts or decrypts data.
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.