public class AdditionalInformationRequested extends Sequence
AdditionalInformationRequested
type.Modifier and Type | Class and Description |
---|---|
static class |
AdditionalInformationRequested.CipherKey
Defines meaningful names for particular values of the
cipherKey field. |
Constructor and Description |
---|
AdditionalInformationRequested()
The default constructor.
|
AdditionalInformationRequested(INTEGER cipherKey)
Constructs an instance of the
AdditionalInformationRequested with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getCipherKey()
Returns the value of the
cipherKey field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setCipherKey(INTEGER cipherKey)
Sets the value of the
cipherKey field. |
public AdditionalInformationRequested()
public AdditionalInformationRequested(INTEGER cipherKey)
AdditionalInformationRequested
with the specified
components.cipherKey
- the value of the cipherKey
field (mandatory).
The CipherKey
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getCipherKey()
cipherKey
field.cipherKey
field.
The CipherKey
class defines meaningful names for particular values of the field.public void setCipherKey(INTEGER cipherKey)
cipherKey
field.cipherKey
- the value of the cipherKey
field.
The CipherKey
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the cipherKey
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.