ClientAuthenticationMessageTypeV1_0 is version 1_0 of the ClientAuthenticationMessageType. The layout of this message is as follows.
Field detail
Zone |
Format |
Length |
Description |
CLIENTID |
STRING |
|
The name of the client. This must be a name that appears in some tuple of the CLIENT relvar. |
SIGNATURELENGTH |
INTEGER |
2 |
The number of bytes in SIGNATURE. |
SIGNATURE |
BYTES |
|
The actual signature computed by the retained signing algorithm using the client's private key on a message that consists solely of (all the bytes of, i.e. including the TLENGTH and BLENGTH fields) the CLIENTID field. |