|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Encryptor
Responsible for encrypting/decrypting bytes. Implementations are intended to be thread-safe.
Method Summary | |
---|---|
byte[] |
decrypt(byte[] bytes)
Decrypts the given byte array |
byte[] |
encrypt(byte[] bytes)
Encrypts the given byte array |
Method Detail |
---|
byte[] decrypt(byte[] bytes)
bytes
- The encrypted bytes
byte[] encrypt(byte[] bytes)
bytes
- The clear bytes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |