|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ByteEncryptor
Common interface for all Encryptors which receive a byte array message and return a byte array result.
| Method Summary | |
|---|---|
byte[] |
decrypt(byte[] encryptedMessage)
Decrypt an encrypted message |
byte[] |
encrypt(byte[] message)
Encrypt the input message |
| Method Detail |
|---|
byte[] encrypt(byte[] message)
message - the message to be encrypted
byte[] decrypt(byte[] encryptedMessage)
encryptedMessage - the encrypted message to be decrypted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||