Package org.dasein.cloud.encryption

Provides classes to support the encryption and decryption of data in cloud storage.

See:
          Description

Interface Summary
Encryption Raw interface to be implemented for different encryption algorithms.
 

Exception Summary
EncryptionException Represents an error encrypting/decrypting a data stream to/from the cloud storage environment.
 

Package org.dasein.cloud.encryption Description

Provides classes to support the encryption and decryption of data in cloud storage. An application provides its own implementations of the Encryption interface to handle actual encryption and decryption of cloud data. The cloud provider implementation will delegate to that implementation for its encryption operations.

Notes for Implementors

An application provides its own Encryption implementation.