public abstract class ChainableEncryptor<T> extends Object implements Encryptor<T,T>
ChainableEncryptor can take many Encryptor objects and encrypts the
given string with all the given Encryptor objects.| Constructor and Description |
|---|
ChainableEncryptor(Encryptor<T,T>... encryptors)
Instantiates a new
ChainableEncryptor object. |
@SafeVarargs public ChainableEncryptor(Encryptor<T,T>... encryptors)
ChainableEncryptor object.encryptors - the Encryptor objects.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.