T - the generic type of the input to encryptR - the generic type of the resultpublic interface GenericEncryptor<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
encrypt(T toEncrypt)
Encrypt the given object.
|
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.