Package | Description |
---|---|
be.SIRAPRISE.messages |
This package contains the classes that define/implement the various message types that can be sent to and received from a SIRA_PRISE server.
|
be.SIRAPRISE.util |
This package contains various utility methods.
|
Modifier and Type | Method and Description |
---|---|
static ServerMessage |
ServerMessage.readMessage(java.io.DataInputStream in,
ProprietaryOrJCECipher cryptoProtocol,
java.security.Signature signingProtocol,
java.security.PublicKey publicKey)
The method used by readers to obtain a (structured) message from the given stream.
|
void |
ServerMessage.sendMessage(java.io.DataOutputStream out,
java.security.Signature signingProtocol,
Signer signer,
ProprietaryOrJCECipher cryptoProtocol)
Sends this message to the given output stream using the given signing and encryption settings.
|
Modifier and Type | Class and Description |
---|---|
class |
JCECipher
The JCECipher is a wrapper class around a JCE Cipher class.
|
class |
SPE |