public interface StreamEncryptor
| Modifier and Type | Interface and Description |
|---|---|
static class |
StreamEncryptor.None |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedText) |
byte[] |
encrypt(byte[] decryptedText) |
byte[] |
getKey() |
Copyright © 2016. All rights reserved.