public class Message extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Message.Cipher |
static class |
Message.Encrypted |
static class |
Message.Factory |
static class |
Message.PlainText |
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
protected Message.Cipher |
cipher |
| Constructor and Description |
|---|
Message(Message.Cipher cipher,
byte[] bytes) |
protected final Message.Cipher cipher
protected final byte[] bytes
public Message(Message.Cipher cipher, byte[] bytes)
Copyright © 2010–2025 Smals. All rights reserved.