public class AKAAtMac extends Sequence
AKAAtMac
type.Constructor and Description |
---|
AKAAtMac()
The default constructor.
|
AKAAtMac(OctetString mac)
Constructs an instance of the
AKAAtMac with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getMac()
Returns the value of the
mac field. |
INTEGER |
getReserved()
Returns the value of the
reserved read-only field. |
void |
setMac(OctetString mac)
Sets the value of the
mac field. |
public AKAAtMac()
public AKAAtMac(OctetString mac)
AKAAtMac
with the specified
components.mac
- the value of the mac
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 getMac()
mac
field.mac
field.public void setMac(OctetString mac)
mac
field.mac
- the value of the mac
field.java.lang.IllegalArgumentException
- when the mac
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.