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