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.
|
Modifier and Type | Method and Description |
---|---|
ServerHelloMessage |
ServerHelloMessageTypeV1_0.message(java.lang.String signatureName,
java.lang.String cipherName,
long idleTime,
Version clientSiraPriseVersion,
java.util.Set<java.lang.String> alternativeSigningProtocols,
byte[] challenge,
byte[] cipherInfo,
java.lang.String cipherInfoCipherName) |
abstract ServerHelloMessage |
ServerHelloMessageType.message(java.lang.String signatureName,
java.lang.String cipherName,
long idleTime,
Version clientSiraPriseVersion,
java.util.Set<java.lang.String> alternativeSigningProtocols,
byte[] challenge,
byte[] cipherInfo,
java.lang.String cipherInfoCipherName)
Factory method to produce a ServerHello message of this version of the message type
|