public static class ENCRYPT.EncryptHeader extends Header
Modifier and Type | Field and Description |
---|---|
static short |
ENCRYPT |
static short |
KEY_REQUEST |
static short |
SECRETKEY |
Constructor and Description |
---|
EncryptHeader() |
EncryptHeader(short type) |
EncryptHeader(short type,
String version) |
Modifier and Type | Method and Description |
---|---|
protected short |
getType() |
protected String |
getVersion() |
void |
readFrom(DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
int |
size()
To be implemented by subclasses.
|
String |
toString() |
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
public static final short ENCRYPT
public static final short KEY_REQUEST
public static final short SECRETKEY
public EncryptHeader()
public EncryptHeader(short type)
public EncryptHeader(short type, String version)
public void writeTo(DataOutput out) throws Exception
Streamable
Exception
public void readFrom(DataInput in) throws Exception
Streamable
Exception
public int size()
Header
protected short getType()
protected String getVersion()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.