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