-
- All Known Subinterfaces:
ClientMessageProcessor,ServerMessageProcessor,TlsClientEngine,TlsEngine,TlsServerEngine
- All Known Implementing Classes:
TlsClientEngineImpl,TlsEngineImpl,TlsServerEngineImpl
public interface MessageProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceived(CertificateMessage cm, ProtectionKeysType protectedBy)voidreceived(CertificateRequestMessage cr, ProtectionKeysType protectedBy)voidreceived(CertificateVerifyMessage cv, ProtectionKeysType protectedBy)voidreceived(ClientHello ch, ProtectionKeysType protectedBy)voidreceived(EncryptedExtensions ee, ProtectionKeysType protectedBy)voidreceived(FinishedMessage fm, ProtectionKeysType protectedBy)voidreceived(NewSessionTicketMessage nst, ProtectionKeysType protectedBy)voidreceived(ServerHello sh, ProtectionKeysType protectedBy)
-
-
-
Method Detail
-
received
void received(ClientHello ch, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
void received(ServerHello sh, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
void received(EncryptedExtensions ee, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
void received(CertificateMessage cm, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
void received(CertificateVerifyMessage cv, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
void received(FinishedMessage fm, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
void received(NewSessionTicketMessage nst, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Throws:
TlsProtocolExceptionjava.io.IOException
-
received
void received(CertificateRequestMessage cr, ProtectionKeysType protectedBy) throws TlsProtocolException, java.io.IOException
- Throws:
TlsProtocolExceptionjava.io.IOException
-
-