public class ChainableStringDecryptor extends ChainableDecryptor<String>
ChainableStringDecryptor 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 |
|---|
ChainableStringDecryptor(de.alpharogroup.crypto.api.Decryptor<String,String>... decryptors)
Instantiates a new
ChainableStringDecryptor object. |
@SafeVarargs public ChainableStringDecryptor(de.alpharogroup.crypto.api.Decryptor<String,String>... decryptors)
ChainableStringDecryptor object.decryptors - the decryptorsCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.