| Interface | Description |
|---|---|
| EncryptionAlgorithm |
Interface for algorithms that are able to encrypt given input and decrypt it afterwards.
|
| EncryptionAlgorithmBuilder |
Interface for builders that are able to construct
EncryptionAlgorithm. |
| KeyFactory<K> |
Factory that is able to provide encryption key (e.g.
|
| Class | Description |
|---|---|
| EncryptionAlgorithms |
Factory that provides builders for available encryption algorithms.
|
| Exception | Description |
|---|---|
| EncryptionException |
Wrapper for exceptions during encryption or decryption.
|
Copyright © 2014. All rights reserved.