Uses of Class
be.SIRAPRISE.client.Version

Packages that use Version
be.SIRAPRISE.client   
be.SIRAPRISE.messages   
 

Uses of Version in be.SIRAPRISE.client
 

Fields in be.SIRAPRISE.client declared as Version
static Version Version.ONE_FOUR
           
static Version Version.ONE_ONE
           
static Version Version.ONE_THREE
           
static Version Version.ONE_TWO
           
static Version Version.ONE_ZERO
          in order to not have to create identical object within each message type
 

Methods in be.SIRAPRISE.client that return Version
 Version Version.getLowest(Version otherVersion)
          Compares two SIRA_PRISE Version indicators and returns the lowest (which is the one whose spec can be expected to define the functionality that the two versions have in common).
 Version DBConnection.getSpecificationVersionForServer()
          Gets The specification version to use in communications with the server
 

Methods in be.SIRAPRISE.client with parameters of type Version
 int Version.compareTo(Version o)
           
static java.lang.String EntityRefs.fromHtml(java.lang.String string, Version htmlVersion)
          Processes the input string and replaces all appearances of entity references that are valid under the htmlVersion specified with their actual codepoint value.
static java.lang.String EntityRefs.fromXHtml(java.lang.String string, Version xhtmlVersion)
          Processes the input string and replaces all appearances of entity references that are valid under the htmlVersion specified with their actual codepoint value.
 Version Version.getLowest(Version otherVersion)
          Compares two SIRA_PRISE Version indicators and returns the lowest (which is the one whose spec can be expected to define the functionality that the two versions have in common).
 boolean Version.isAtLeast(Version otherVersion)
          Checks whether this version indicates a version that is at least (i.e the same, or later than) the one indicated by the given arguments
 boolean Version.isBefore(Version otherVersion)
          Checks if this Version object designates an earlier version than the other one
 

Uses of Version in be.SIRAPRISE.messages
 

Methods in be.SIRAPRISE.messages that return Version
 Version ClientHelloMessage.getClientSiraPriseVersion()
          Gets The Version that the client declares to be able to handle
 Version ServerMessageTypes.getThisPackagesSiraPriseVersion()
          Gets The specification version that this package corresponds to
 Version ServerHelloMessage.getVersion()
          Gets The SIRA_PRISE version to use when deciding what message versions to send/interpret
 

Methods in be.SIRAPRISE.messages with parameters of type Version
 ServerMessageType ServerMessageTypes.getServerMessageTypeForSiraPriseVersion(int messageType, Version siraPriseVersion)
          Gets The ServerMessageType of the indicated type that was used in the indicated SIRA_PRISE specification version
 ClientHelloMessage ClientHelloMessageTypeV1_0.message(java.util.Set<java.lang.String> signatureAlgorithmNames, java.util.Set<java.lang.String> encryptionProtocolNames, long requestConnectionIdleTime, Version version)
           
abstract  ClientHelloMessage ClientHelloMessageType.message(java.util.Set<java.lang.String> signatureAlgorithmNames, java.util.Set<java.lang.String> encryptionProtocolNames, long requestConnectionIdleTime, Version version)
          Factory method for creating instances of ClientHello messages of some particular version of the CLientHello messagetype
 ServerHelloMessage ServerHelloMessageTypeV1_0.message(java.security.Signature signingProtocol, be.SIRAPRISE.security.ProprietaryOrJCECipher cryptoProtocol, long idleTime, Version clientSiraPriseVersion, java.util.Set<java.lang.String> alternativeSigningProtocols)
           
abstract  ServerHelloMessage ServerHelloMessageType.message(java.security.Signature signingProtocol, be.SIRAPRISE.security.ProprietaryOrJCECipher encryptionDecryptionProtocol, long idleTime, Version clientSiraPriseVersion, java.util.Set<java.lang.String> alternativeSigningProtocols)
          Factory method to produce a ServerHello message of this version of the message type