| Class | Description |
|---|---|
| AbstractCryptor<C,K> |
The abstract class
AbstractCryptor provides factory methods that may or must be
overwritten dependent of the specific implementor class. |
| BaseCryptor |
The abstract class
BaseCryptor provides a base implementation for some methods of the
AbstractCryptor. |
| BaseStringDecryptor |
The abstract class
BaseStringDecryptor is a base implementation of the
StringDecryptor. |
| BaseStringEncryptor |
The abstract class
BaseStringEncryptor is a base implementation of the
StringEncryptor. |
| ChainableDecryptor<T> |
The class
ChainableDecryptor can take many Decryptor objects and decrypts the given
string with all the given Decryptor objects. |
| ChainableEncryptor<T> |
The class
ChainableEncryptor can take many Encryptor objects and encrypts the given
string with all the given Encryptor objects. |
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.