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