public class AKAAtRes extends Sequence
AKAAtRes
type.Constructor and Description |
---|
AKAAtRes()
The default constructor.
|
AKAAtRes(OctetString res)
Constructs an instance of the
AKAAtRes with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getActualLength()
Returns the value of the
actualLength read-only field. |
OctetString |
getRes()
Returns the value of the
res field. |
void |
setRes(OctetString res)
Sets the value of the
res field. |
public AKAAtRes()
public AKAAtRes(OctetString res)
AKAAtRes
with the specified
components.res
- the value of the res
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getActualLength()
actualLength
read-only field.actualLength
read-only field.public OctetString getRes()
res
field.res
field.public void setRes(OctetString res)
res
field.res
- the value of the res
field.java.lang.IllegalArgumentException
- when the res
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.