|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.HeartbeatExtension
Field Summary | |
protected short |
mode
Deprecated. |
Constructor Summary | |
HeartbeatExtension(short mode)
Deprecated. |
Method Summary | |
void |
encode(java.io.OutputStream output)
Deprecated. Encode this HeartbeatExtension to an OutputStream . |
short |
getMode()
Deprecated. |
static HeartbeatExtension |
parse(java.io.InputStream input)
Deprecated. 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 Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |