public class AKAAtAutn extends Sequence
AKAAtAutn
type.Constructor and Description |
---|
AKAAtAutn()
The default constructor.
|
AKAAtAutn(OctetString autn)
Constructs an instance of the
AKAAtAutn with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getAutn()
Returns the value of the
autn field. |
INTEGER |
getReserved()
Returns the value of the
reserved read-only field. |
void |
setAutn(OctetString autn)
Sets the value of the
autn field. |
public AKAAtAutn()
public AKAAtAutn(OctetString autn)
AKAAtAutn
with the specified
components.autn
- the value of the autn
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getReserved()
reserved
read-only field.reserved
read-only field.public OctetString getAutn()
autn
field.autn
field.public void setAutn(OctetString autn)
autn
field.autn
- the value of the autn
field.java.lang.IllegalArgumentException
- when the autn
parameter is null.Copyright © 2024 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.