public interface Cipher<Key>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Cipher.AES |
static class |
Cipher.NotCipherable |
static class |
Cipher.Undecipherable |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedMessage,
Key key) |
byte[] |
encrypt(byte[] decryptedMessage,
Key key) |
Copyright © 2010–2025 Smals. All rights reserved.