See: Description
| Interface | Description |
|---|---|
| ICryptingDelegate |
Delegate for encrypting and decrypting.
|
| ICryptingDelegateFactory |
Interface for factories creating crypting delegates.
|
| Class | Description |
|---|---|
| DataSigner |
The class for signing and verifying signatures.
|
| Decrypter |
The class for decrypting strings.
|
| DefaultCryptingDelegate |
Implements basic crypting decrypting.
|
| DefaultCryptingDelegateFactory |
Creates a crypting delegator.
|
| Encrypter |
Class for encrypting strings.
|
| EncryptionUtils |
Basic function for helping in encryption.
|
| KeyGen |
The class for generating key pairs.
|
| Exception | Description |
|---|---|
| DecryptionException |
Exception thrown from decryption process.
|
| EncryptionException |
Exception thrown from encryption process.
|
| SigningException |
Exception thrown from signing process.
|
The package provides standard implementations and utilities to easy encrypt and decrypt strings as well as working with signatures.
Copyright © 2014. All rights reserved.