public class AKAAtKdf extends Sequence
AKAAtKdf
type.Constructor and Description |
---|
AKAAtKdf()
The default constructor.
|
AKAAtKdf(INTEGER kdf)
Constructs an instance of the
AKAAtKdf with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getKdf()
Returns the value of the
kdf field. |
void |
setKdf(INTEGER kdf)
Sets the value of the
kdf field. |
public AKAAtKdf()
public AKAAtKdf(INTEGER kdf)
AKAAtKdf
with the specified
components.kdf
- the value of the kdf
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getKdf()
kdf
field.kdf
field.public void setKdf(INTEGER kdf)
kdf
field.kdf
- the value of the kdf
field.java.lang.IllegalArgumentException
- when the kdf
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.