org.jgroups.protocols
public static class ENCRYPT.EncryptHeader extends Header implements Streamable
Field Summary | |
---|---|
static short | ENCRYPT |
static short | KEY_REQUEST |
static short | SECRETKEY |
static short | SECRETKEY_READY |
static short | SERVER_PUBKEY |
Constructor Summary | |
---|---|
EncryptHeader() | |
EncryptHeader(short type) | |
EncryptHeader(short type, String version) |
Method Summary | |
---|---|
boolean | equals(Object obj) |
protected short | getType() |
protected String | getVersion() |
void | readExternal(ObjectInput in) |
void | readFrom(DataInputStream in) |
long | size() |
String | toString() |
void | writeExternal(ObjectOutput out) |
void | writeTo(DataOutputStream out) |
Returns: Returns the type.
Returns: Returns the version.