T - the generic type of the input to decryptR - the generic type of the resultpublic interface GenericDecryptor<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
decrypt(T encypted)
Decrypt the given encrypted object.
|
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.