OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Group functions.pskDerivation

Declared in module SUPL_CommonSteps


Functions Summary
mapChiperSuiteToNumber
generateUaSecurityProtocolId The Ua security protocol identifier is a string of five octets.

Details

mapChiperSuiteToNumber
function mapChiperSuiteToNumber(in CipherSuites p_ciphersuite) return octetstring 

Declared in group functions.pskDerivation

Returns: octetstring -

Parameters:
generateUaSecurityProtocolId
function generateUaSecurityProtocolId(in octetstring p_cipherSuiteNumber) return octetstring 

Declared in group functions.pskDerivation

The Ua security protocol identifier is a string of five octets. The first octet denotes the organization which specifies the Ua security protocol. The four remaining octets denote a specific security protocol within the responsibility of the organization. The following values for organizations are assigned: "0x01" 3GPP "0x02" 3GPP2 "0x03" Open Mobile Alliance "0x04" GSMA ( 0x01,0x00,0x01,yy,zz ) Ua security protocol for "Shared key-based UE authentication with certificatebased NAF authentication", according to TS 33.222 , or "Shared key-based mutual authentication between UE and NAF", according to TS 33.222. Here, "yy,zz" is the protection mechanism CipherSuite code according to the defined values for TLS CipherSuites in TLS V1.0 and PSK Ciphersuites for TLS.

Returns: octetstring -

Parameters: