|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICryptoManager
Manages cryptographic related operations.
Method Summary | |
---|---|
ICipher |
getOneWayCipher()
Returns a one-way cipher. |
ICipher |
getReversibleCipher()
Returns a cipher that is able to encrypt data, and decrypt it back. |
Method Detail |
---|
ICipher getOneWayCipher()
The actual cipher returned depends on the encryption configuration
in lumisportalconfig.xml
. It is recommended that the one-way
cipher is configured to use an algorithm that is not possible to decrypt.
In this case, the cipher will throw UnsupportedOperationException
in its decrypt methods.
ICipher getReversibleCipher()
The actual cipher returned depends on the encryption configuration
in lumisportalconfig.xml
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |