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