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