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

Represents the type of the umtsAlgorithms field More...

Inherits Sequence.

Classes

class  GprsAlgorithmsType
 Represents the type of the gprsAlgorithms field More...
 

Public Member Functions

 UmtsAlgorithmsType ()
 The default constructor. More...
 
 UmtsAlgorithmsType (Oss.Nas5GS1680.UmtsEncryptionAlgorithmsSupported argUmtsEncryptionAlgorithmsSupported, Oss.Nas5GS1680.UmtsIdentityAlgorithmsSupported argUmtsIdentityAlgorithmsSupported)
 Constructs an instance of UmtsAlgorithmsType with the specified mandatory components. More...
 
 UmtsAlgorithmsType (Oss.Nas5GS1680.UmtsEncryptionAlgorithmsSupported argUmtsEncryptionAlgorithmsSupported, Oss.Nas5GS1680.UmtsIdentityAlgorithmsSupported argUmtsIdentityAlgorithmsSupported, Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.GprsAlgorithmsType argGprsAlgorithms)
 Constructs an instance of UmtsAlgorithmsType 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

Oss.Nas5GS1680.UmtsEncryptionAlgorithmsSupported UmtsEncryptionAlgorithmsSupported [get, set]
 Field 'umtsEncryptionAlgorithmsSupported' (mandatory) More...
 
int Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
Oss.Nas5GS1680.UmtsIdentityAlgorithmsSupported UmtsIdentityAlgorithmsSupported [get, set]
 Field 'umtsIdentityAlgorithmsSupported' (mandatory) More...
 
Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.GprsAlgorithmsType GprsAlgorithms [get, set]
 Field 'gprsAlgorithms' (optional) More...
 

Detailed Description

Represents the type of the umtsAlgorithms field

Constructor & Destructor Documentation

◆ UmtsAlgorithmsType() [1/3]

Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.UmtsAlgorithmsType ( )
inline

The default constructor.

◆ UmtsAlgorithmsType() [2/3]

Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.UmtsAlgorithmsType ( Oss.Nas5GS1680.UmtsEncryptionAlgorithmsSupported  argUmtsEncryptionAlgorithmsSupported,
Oss.Nas5GS1680.UmtsIdentityAlgorithmsSupported  argUmtsIdentityAlgorithmsSupported 
)
inline

Constructs an instance of UmtsAlgorithmsType with the specified mandatory components.

Parameters
argUmtsEncryptionAlgorithmsSupportedThe value of the umtsEncryptionAlgorithmsSupported mandatory field
argUmtsIdentityAlgorithmsSupportedThe value of the umtsIdentityAlgorithmsSupported mandatory field

◆ UmtsAlgorithmsType() [3/3]

Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.UmtsAlgorithmsType ( Oss.Nas5GS1680.UmtsEncryptionAlgorithmsSupported  argUmtsEncryptionAlgorithmsSupported,
Oss.Nas5GS1680.UmtsIdentityAlgorithmsSupported  argUmtsIdentityAlgorithmsSupported,
Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.GprsAlgorithmsType  argGprsAlgorithms 
)
inline

Constructs an instance of UmtsAlgorithmsType with the specified components.

Parameters
argUmtsEncryptionAlgorithmsSupportedThe value of the umtsEncryptionAlgorithmsSupported mandatory field
argUmtsIdentityAlgorithmsSupportedThe value of the umtsIdentityAlgorithmsSupported mandatory field
argGprsAlgorithmsThe value of the gprsAlgorithms optional field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.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.S1UESecurityCapability.UmtsAlgorithmsType.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.S1UESecurityCapability.UmtsAlgorithmsType.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ GprsAlgorithms

Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.GprsAlgorithmsType Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.GprsAlgorithms
getset

Field 'gprsAlgorithms' (optional)

◆ Spare

int Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.Spare
get

Field 'spare' (mandatory, readonly)

◆ UmtsEncryptionAlgorithmsSupported

Oss.Nas5GS1680.UmtsEncryptionAlgorithmsSupported Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.UmtsEncryptionAlgorithmsSupported
getset

Field 'umtsEncryptionAlgorithmsSupported' (mandatory)

◆ UmtsIdentityAlgorithmsSupported

Oss.Nas5GS1680.UmtsIdentityAlgorithmsSupported Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType.UmtsIdentityAlgorithmsSupported
getset

Field 'umtsIdentityAlgorithmsSupported' (mandatory)