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