public interface Encryptor extends InitializeSupport
| Modifier and Type | Method and Description |
|---|---|
Encryptor |
copy() |
byte[] |
decrypt(byte[] message) |
byte[] |
encrypt(byte[] message) |
destroy, initializebyte[] encrypt(byte[] message)
throws CryptoException
CryptoExceptionbyte[] decrypt(byte[] message)
throws CryptoException
CryptoExceptionEncryptor copy()
Copyright © 2017. All rights reserved.