| Package | Description |
|---|---|
| at.jku.fim.rubanetra.protocol.activity.tls |
| Modifier and Type | Method and Description |
|---|---|
TcpActivity |
TlsActivity.getChangeCipherSpec() |
TcpActivity |
TlsActivity.getClientHello() |
TcpActivity |
TlsActivity.getServerHello() |
| Modifier and Type | Method and Description |
|---|---|
void |
TlsActivity.addClientToServerTcpActivity(TcpActivity tcp)
Assigns and extends a tcp activity to be part of this TLS/SSL stream
|
void |
TlsActivity.addServerToClientTcpActivity(TcpActivity tcp)
Assigns and extends a tcp activity to be part of this TLS/SSL stream
|
void |
TlsActivity.setChangeCipherSpec(TcpActivity changeCipherSpec)
Designates the passed TCP activity to containing a "Change Cipher Spec" protocol message.
|
| Constructor and Description |
|---|
TlsActivity(TcpActivity clientHello,
TcpActivity serverHello)
Constructs a prototypical TLS Event using a "Client Hello" and a "Server Hello" TCP messages.
|
Copyright © 2013–2015 Institute of networks and security. All rights reserved.