public class ChainedStringDecryptor extends ChainableDecryptor<String>
ChainedStringDecryptor 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. For an example see
the unit test.| Constructor and Description |
|---|
ChainedStringDecryptor(Decryptor<String,String>... decryptors)
Instantiates a new
ChainedStringDecryptor object. |
decryptclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewOperationMode@SafeVarargs public ChainedStringDecryptor(Decryptor<String,String>... decryptors)
ChainedStringDecryptor object.decryptors - the decryptorsCopyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.