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