|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICipherSpi
Interface to be implemented by customized ciphers.
To create a customized cipher, create a class that implements this interface,
and configure lumisportalconfig.xml
to use that class.
Also consider extending AbstractCipher
instead of implementing this
interface directly.
Method Summary | |
---|---|
void |
init(Node configuration)
This method is called only once and before any other method are called. |
Methods inherited from interface lumis.portal.crypto.ICipher |
---|
decrypt, decrypt, encrypt, encrypt |
Method Detail |
---|
void init(Node configuration) throws PortalException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |