public abstract class ChainableDecryptor<T> extends Object implements Decryptor<T,T>
ChainableDecryptor can take many Decryptor objects and decrypts the given
string with all the given Decryptor objects. The Decryptor objects must be in a
reverse order as they was given in the ChainedEncryptor object.| Constructor and Description |
|---|
ChainableDecryptor(Decryptor<T,T>... decryptors)
Instantiates a new
ChainableDecryptor object. |
| Modifier and Type | Method and Description |
|---|---|
T |
decrypt(T encypted)
Decrypt the given encrypted object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewOperationMode@SafeVarargs public ChainableDecryptor(Decryptor<T,T>... decryptors)
ChainableDecryptor object.decryptors - the decryptorsCopyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.