public class EPSNASSecurityAlgorithms extends Sequence
EPSNASSecurityAlgorithms
type.Constructor and Description |
---|
EPSNASSecurityAlgorithms()
The default constructor.
|
EPSNASSecurityAlgorithms(INTEGER cipheringAlgorithm,
INTEGER integrityProtectionAlgorithm)
Constructs an instance of the
EPSNASSecurityAlgorithms with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getCipheringAlgorithm()
Returns the value of the
cipheringAlgorithm field. |
INTEGER |
getIntegrityProtectionAlgorithm()
Returns the value of the
integrityProtectionAlgorithm field. |
INTEGER |
getSpare1()
Returns the value of the
spare1 read-only field. |
INTEGER |
getSpare2()
Returns the value of the
spare2 read-only field. |
void |
setCipheringAlgorithm(INTEGER cipheringAlgorithm)
Sets the value of the
cipheringAlgorithm field. |
void |
setIntegrityProtectionAlgorithm(INTEGER integrityProtectionAlgorithm)
Sets the value of the
integrityProtectionAlgorithm field. |
public EPSNASSecurityAlgorithms()
public EPSNASSecurityAlgorithms(INTEGER cipheringAlgorithm, INTEGER integrityProtectionAlgorithm)
EPSNASSecurityAlgorithms
with the specified
components.cipheringAlgorithm
- the value of the cipheringAlgorithm
field (mandatory).
The EPSCipheringAlgorithm
class defines meaningful names for particular values of the field.integrityProtectionAlgorithm
- the value of the integrityProtectionAlgorithm
field (mandatory).
The EPSIntegrityProtectionAlgorithm
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare1()
spare1
read-only field.spare1
read-only field.public INTEGER getCipheringAlgorithm()
cipheringAlgorithm
field.cipheringAlgorithm
field.
The EPSCipheringAlgorithm
class defines meaningful names for particular values of the field.public void setCipheringAlgorithm(INTEGER cipheringAlgorithm)
cipheringAlgorithm
field.cipheringAlgorithm
- the value of the cipheringAlgorithm
field.
The EPSCipheringAlgorithm
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the cipheringAlgorithm
parameter is null.public INTEGER getSpare2()
spare2
read-only field.spare2
read-only field.public INTEGER getIntegrityProtectionAlgorithm()
integrityProtectionAlgorithm
field.integrityProtectionAlgorithm
field.
The EPSIntegrityProtectionAlgorithm
class defines meaningful names for particular values of the field.public void setIntegrityProtectionAlgorithm(INTEGER integrityProtectionAlgorithm)
integrityProtectionAlgorithm
field.integrityProtectionAlgorithm
- the value of the integrityProtectionAlgorithm
field.
The EPSIntegrityProtectionAlgorithm
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the integrityProtectionAlgorithm
parameter is null.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.