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