public class ChainedDecryptor extends Object implements Decryptor
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 |
|---|
ChainedDecryptor(Decryptor... decryptors)
Instantiates a new chained decryptor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encypted)
Decrypt the given encrypted String.
|
public ChainedDecryptor(Decryptor... decryptors)
decryptors - the decryptorsCopyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.