Package net.luminis.tls.alert
Class AlertRecord
- java.lang.Object
-
- net.luminis.tls.alert.AlertRecord
-
public class AlertRecord extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AlertRecord()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse(java.io.PushbackInputStream input)static voidparseAlertMessage(java.nio.ByteBuffer buffer)
-
-
-
Method Detail
-
parse
public void parse(java.io.PushbackInputStream input) throws java.io.IOException, TlsProtocolException- Throws:
java.io.IOExceptionTlsProtocolException
-
parseAlertMessage
public static void parseAlertMessage(java.nio.ByteBuffer buffer) throws TlsProtocolException- Throws:
TlsProtocolException
-
-