public interface ICryptingDelegate
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] bytes)
Decrypts the given bytes.
|
byte[] |
encrypt(byte[] bytes)
Encrypts the given bytes.
|
void |
init(ICryptingDelegateFactory factory)
Initialize the delegate.
|
void init(ICryptingDelegateFactory factory)
factory - factory for the delegate.byte[] encrypt(byte[] bytes)
throws Exception
bytes - bytes to be encryptedException - when an error occursCopyright © 2014. All rights reserved.