| Package | Description |
|---|---|
| anon.crypto.tinytls | |
| anon.crypto.tinytls.ciphersuites |
| Modifier and Type | Field and Description |
|---|---|
private TLSPlaintextRecord |
TinyTLSServerSocket.TLSInputStream.m_aktTLSRecord |
private TLSPlaintextRecord |
TinyTLSServerSocket.TLSOutputStream.m_aktTLSRecord |
private TLSPlaintextRecord |
TinyTLS.TLSInputStream.m_aktTLSRecord |
private TLSPlaintextRecord |
TinyTLS.TLSOutputStream.m_aktTLSRecord |
| Modifier and Type | Method and Description |
|---|---|
void |
CipherSuite.decode(TLSPlaintextRecord msg)
decodes a message with a symmetric key
|
void |
CipherSuite.encode(TLSPlaintextRecord msg)
encodes a message with a symmetric key
|
void |
CipherSuite.processServerFinished(TLSPlaintextRecord msg,
byte[] handshakemessages)
validates the finishedmessage and throws a Exception if a error occure
|
Copyright © 2023. All rights reserved.