public class ChainedStringEncryptor extends ChainableEncryptor<String>
ChainedStringEncryptor can take many Encryptor objects and encrypts the
given string with all the given Encryptor objects. For an example see the unit test.| Constructor and Description |
|---|
ChainedStringEncryptor(Encryptor<String,String>... encryptors)
Instantiates a new
ChainedStringEncryptor object. |
encryptclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewOperationMode@SafeVarargs public ChainedStringEncryptor(Encryptor<String,String>... encryptors)
ChainedStringEncryptor object.encryptors - the encryptorsCopyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.