| Class | Description |
|---|---|
| AsymmetricCryptoEngine |
Implementation of encryption engine that uses javax.crypto implementations for asymmetric encryption.
|
| CryptoEnginesFactories |
Factories for engines that use Java standard API (javax.crypto) as encryption implementations.
|
| RSACryptoEngineFactory |
Factory that provides
EncryptionEngine implementation for RSA algorithm. |
| SymmetricCryptoEngine |
Implementation of encryption engine that uses javax.crypto implementations for symmetric encryption.
|
| SymmetricCryptoEngineFactory |
Factory that provides
EncryptionEngine implementation for symmetric algorithms. |
Copyright © 2016. All rights reserved.