|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.messages.ServerMessage
be.SIRAPRISE.messages.ServerOutputMessage
be.SIRAPRISE.messages.ServerHelloMessage
public abstract class ServerHelloMessage
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getAlternativeSigningProtocols()
Gets The set of alternative signing protocols that the server engine supports (e.g. for user identity signing) |
be.SIRAPRISE.security.ProprietaryOrJCECipher |
getCryptoProtocol()
Gets The name of the encryption/decryption protocol to be used on the connection |
java.security.Signature |
getSigningProtocol()
Gets The name of the signing protocol to be used on the connection |
Version |
getVersion()
Gets The SIRA_PRISE version to use when deciding what message versions to send/interpret |
Methods inherited from class be.SIRAPRISE.messages.ServerMessage |
---|
getMessageTypeID, readMessage, sendMessage |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.Set<java.lang.String> getAlternativeSigningProtocols()
public be.SIRAPRISE.security.ProprietaryOrJCECipher getCryptoProtocol()
public java.security.Signature getSigningProtocol()
public Version getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |