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

Represents the type of the epsAlgorithms field More...

Inherits Sequence.

Public Member Functions

 EpsAlgorithmsType ()
 The default constructor. More...
 
 EpsAlgorithmsType (Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported argEpsEncryptionAlgorithmsSupported, Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported argEpsIntegrityAlgorithmsSupported)
 Constructs an instance of EpsAlgorithmsType with the specified mandatory components. More...
 
 EpsAlgorithmsType (Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported argEpsEncryptionAlgorithmsSupported, Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported argEpsIntegrityAlgorithmsSupported, byte[] argDummy)
 Constructs an instance of EpsAlgorithmsType 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.EPSEncryptionAlgorithmsSupported EpsEncryptionAlgorithmsSupported [get, set]
 Field 'epsEncryptionAlgorithmsSupported' (mandatory) More...
 
Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported EpsIntegrityAlgorithmsSupported [get, set]
 Field 'epsIntegrityAlgorithmsSupported' (mandatory) More...
 
byte[] Dummy [get, set]
 Field 'dummy' (optional) More...
 

Detailed Description

Represents the type of the epsAlgorithms field

Constructor & Destructor Documentation

◆ EpsAlgorithmsType() [1/3]

Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithmsType.EpsAlgorithmsType ( )
inline

The default constructor.

◆ EpsAlgorithmsType() [2/3]

Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithmsType.EpsAlgorithmsType ( Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported  argEpsEncryptionAlgorithmsSupported,
Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported  argEpsIntegrityAlgorithmsSupported 
)
inline

Constructs an instance of EpsAlgorithmsType with the specified mandatory components.

Parameters
argEpsEncryptionAlgorithmsSupportedThe value of the epsEncryptionAlgorithmsSupported mandatory field
argEpsIntegrityAlgorithmsSupportedThe value of the epsIntegrityAlgorithmsSupported mandatory field

◆ EpsAlgorithmsType() [3/3]

Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithmsType.EpsAlgorithmsType ( Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported  argEpsEncryptionAlgorithmsSupported,
Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported  argEpsIntegrityAlgorithmsSupported,
byte[]  argDummy 
)
inline

Constructs an instance of EpsAlgorithmsType with the specified components.

Parameters
argEpsEncryptionAlgorithmsSupportedThe value of the epsEncryptionAlgorithmsSupported mandatory field
argEpsIntegrityAlgorithmsSupportedThe value of the epsIntegrityAlgorithmsSupported mandatory field
argDummyThe value of the dummy optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Dummy

byte [] Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithmsType.Dummy
getset

Field 'dummy' (optional)

◆ EpsEncryptionAlgorithmsSupported

Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithmsType.EpsEncryptionAlgorithmsSupported
getset

Field 'epsEncryptionAlgorithmsSupported' (mandatory)

◆ EpsIntegrityAlgorithmsSupported

Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithmsType.EpsIntegrityAlgorithmsSupported
getset

Field 'epsIntegrityAlgorithmsSupported' (mandatory)