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