T - the generic type of the input to decryptR - the generic type of the resultpublic interface Decryptor<T,R>
Decryptor can decrypt an object of type <T> (that
was previously encrypted) and return the decrypted result as object of type <R>.| Modifier and Type | Method and Description |
|---|---|
R |
decrypt(T encrypted)
Decrypt the given encrypted object.
|
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.