OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.NASSecurityAlgorithms Class Reference

Represents the NASSecurityAlgorithms type More...

Inherits Sequence.

Classes

class  TypeOfCipheringAlgorithmNumbers
 Defines meaningful names for particular values of the typeOfCipheringAlgorithm field More...
 
class  TypeOfIntegrityProtectionAlgorithmNumbers
 Defines meaningful names for particular values of the typeOfIntegrityProtectionAlgorithm field More...
 

Public Member Functions

 NASSecurityAlgorithms ()
 The default constructor. More...
 
 NASSecurityAlgorithms (int argTypeOfCipheringAlgorithm, int argTypeOfIntegrityProtectionAlgorithm)
 Constructs an instance of NASSecurityAlgorithms with the specified components. More...
 
override bool Equals (object right)
 Determines whether the specified object is equal to the current object. More...
 
override int GetHashCode ()
 Represents a hash function for a particular type. More...
 
object Copy ()
 Creates a deep copy of this object. More...
 

Properties

int TypeOfCipheringAlgorithm [get, set]
 Field 'typeOfCipheringAlgorithm' (mandatory) The NASSecurityAlgorithms.TypeOfCipheringAlgorithmNumbers class defines meaningful names for particular values of the field More...
 
int TypeOfIntegrityProtectionAlgorithm [get, set]
 Field 'typeOfIntegrityProtectionAlgorithm' (mandatory) The NASSecurityAlgorithms.TypeOfIntegrityProtectionAlgorithmNumbers class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the NASSecurityAlgorithms type

Constructor & Destructor Documentation

◆ NASSecurityAlgorithms() [1/2]

Oss.Nas5GS1680.NASSecurityAlgorithms.NASSecurityAlgorithms ( )
inline

The default constructor.

◆ NASSecurityAlgorithms() [2/2]

Oss.Nas5GS1680.NASSecurityAlgorithms.NASSecurityAlgorithms ( int  argTypeOfCipheringAlgorithm,
int  argTypeOfIntegrityProtectionAlgorithm 
)
inline

Constructs an instance of NASSecurityAlgorithms with the specified components.

Parameters
argTypeOfCipheringAlgorithmThe value of the typeOfCipheringAlgorithm mandatory field
argTypeOfIntegrityProtectionAlgorithmThe value of the typeOfIntegrityProtectionAlgorithm mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.NASSecurityAlgorithms.Copy ( )
inline

Creates a deep copy of this object.

Returns
A new object that is a deep copy of this instance.

◆ Equals()

override bool Oss.Nas5GS1680.NASSecurityAlgorithms.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas5GS1680.NASSecurityAlgorithms.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ TypeOfCipheringAlgorithm

int Oss.Nas5GS1680.NASSecurityAlgorithms.TypeOfCipheringAlgorithm
getset

Field 'typeOfCipheringAlgorithm' (mandatory) The NASSecurityAlgorithms.TypeOfCipheringAlgorithmNumbers class defines meaningful names for particular values of the field

◆ TypeOfIntegrityProtectionAlgorithm

int Oss.Nas5GS1680.NASSecurityAlgorithms.TypeOfIntegrityProtectionAlgorithm
getset

Field 'typeOfIntegrityProtectionAlgorithm' (mandatory) The NASSecurityAlgorithms.TypeOfIntegrityProtectionAlgorithmNumbers class defines meaningful names for particular values of the field