public class NASSecurityAlgorithms extends Sequence
NASSecurityAlgorithms
type.Modifier and Type | Class and Description |
---|---|
static class |
NASSecurityAlgorithms.TypeOfCipheringAlgorithm
Defines meaningful names for particular values of the
typeOfCipheringAlgorithm field. |
static class |
NASSecurityAlgorithms.TypeOfIntegrityProtectionAlgorithm
Defines meaningful names for particular values of the
typeOfIntegrityProtectionAlgorithm field. |
Constructor and Description |
---|
NASSecurityAlgorithms()
The default constructor.
|
NASSecurityAlgorithms(INTEGER typeOfCipheringAlgorithm,
INTEGER typeOfIntegrityProtectionAlgorithm)
Constructs an instance of the
NASSecurityAlgorithms with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getTypeOfCipheringAlgorithm()
Returns the value of the
typeOfCipheringAlgorithm field. |
INTEGER |
getTypeOfIntegrityProtectionAlgorithm()
Returns the value of the
typeOfIntegrityProtectionAlgorithm field. |
void |
setTypeOfCipheringAlgorithm(INTEGER typeOfCipheringAlgorithm)
Sets the value of the
typeOfCipheringAlgorithm field. |
void |
setTypeOfIntegrityProtectionAlgorithm(INTEGER typeOfIntegrityProtectionAlgorithm)
Sets the value of the
typeOfIntegrityProtectionAlgorithm field. |
public NASSecurityAlgorithms()
public NASSecurityAlgorithms(INTEGER typeOfCipheringAlgorithm, INTEGER typeOfIntegrityProtectionAlgorithm)
NASSecurityAlgorithms
with the specified
components.typeOfCipheringAlgorithm
- the value of the typeOfCipheringAlgorithm
field (mandatory).
The TypeOfCipheringAlgorithm
class defines meaningful names for particular values of the field.typeOfIntegrityProtectionAlgorithm
- the value of the typeOfIntegrityProtectionAlgorithm
field (mandatory).
The TypeOfIntegrityProtectionAlgorithm
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getTypeOfCipheringAlgorithm()
typeOfCipheringAlgorithm
field.typeOfCipheringAlgorithm
field.
The TypeOfCipheringAlgorithm
class defines meaningful names for particular values of the field.public void setTypeOfCipheringAlgorithm(INTEGER typeOfCipheringAlgorithm)
typeOfCipheringAlgorithm
field.typeOfCipheringAlgorithm
- the value of the typeOfCipheringAlgorithm
field.
The TypeOfCipheringAlgorithm
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the typeOfCipheringAlgorithm
parameter is null.public INTEGER getTypeOfIntegrityProtectionAlgorithm()
typeOfIntegrityProtectionAlgorithm
field.typeOfIntegrityProtectionAlgorithm
field.
The TypeOfIntegrityProtectionAlgorithm
class defines meaningful names for particular values of the field.public void setTypeOfIntegrityProtectionAlgorithm(INTEGER typeOfIntegrityProtectionAlgorithm)
typeOfIntegrityProtectionAlgorithm
field.typeOfIntegrityProtectionAlgorithm
- the value of the typeOfIntegrityProtectionAlgorithm
field.
The TypeOfIntegrityProtectionAlgorithm
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the typeOfIntegrityProtectionAlgorithm
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.