|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.crypto.tls.HeartbeatExtension
public class HeartbeatExtension
| Field Summary | |
|---|---|
protected short |
mode
|
| Constructor Summary | |
|---|---|
HeartbeatExtension(short mode)
|
|
| Method Summary | |
|---|---|
void |
encode(java.io.OutputStream output)
Encode this HeartbeatExtension to an OutputStream. |
short |
getMode()
|
static HeartbeatExtension |
parse(java.io.InputStream input)
Parse a HeartbeatExtension from an InputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected short mode
| Constructor Detail |
|---|
public HeartbeatExtension(short mode)
| Method Detail |
|---|
public short getMode()
public void encode(java.io.OutputStream output)
throws java.io.IOException
HeartbeatExtension to an OutputStream.
output - the OutputStream to encode to.
java.io.IOException
public static HeartbeatExtension parse(java.io.InputStream input)
throws java.io.IOException
HeartbeatExtension from an InputStream.
input - the InputStream to parse from.
HeartbeatExtension object.
java.io.IOException
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||