Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class HeartbeatMessageType

java.lang.Object
  extended byorg.bouncycastle.crypto.tls.HeartbeatMessageType

public class HeartbeatMessageType
extends java.lang.Object


Field Summary
static short heartbeat_request
           
static short heartbeat_response
           
 
Constructor Summary
HeartbeatMessageType()
           
 
Method Summary
static boolean isValid(short heartbeatMessageType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

heartbeat_request

public static final short heartbeat_request
See Also:
Constant Field Values

heartbeat_response

public static final short heartbeat_response
See Also:
Constant Field Values
Constructor Detail

HeartbeatMessageType

public HeartbeatMessageType()
Method Detail

isValid

public static boolean isValid(short heartbeatMessageType)

Bouncy Castle Cryptography Library 1.64