ChainableStringDecryptor. This class will be
removed in the next major release.@Deprecated 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)
Deprecated.
Instantiates a new
ChainedStringDecryptor object. |
@SafeVarargs public ChainedStringDecryptor(Decryptor<String,String>... decryptors)
ChainedStringDecryptor object.decryptors - the decryptorsCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.