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. |
| Modifier and Type | Method and Description |
|---|---|
T |
encrypt(T toEncrypt)
Encrypt the given object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewOperationMode@SafeVarargs public ChainableEncryptor(Encryptor<T,T>... encryptors)
ChainableEncryptor object.encryptors - the Encryptor objects.Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.