public class MD5Challenge extends Sequence
MD5Challenge
type.Constructor and Description |
---|
MD5Challenge()
The default constructor.
|
MD5Challenge(OctetString value,
OctetString name)
Constructs an instance of the
MD5Challenge with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getName()
Returns the value of the
name field. |
OctetString |
getValue()
Returns the value of the
value field. |
INTEGER |
getValueLength()
Returns the value of the
valueLength read-only field. |
void |
setName(OctetString name)
Sets the value of the
name field. |
void |
setValue(OctetString value)
Sets the value of the
value field. |
public MD5Challenge()
public MD5Challenge(OctetString value, OctetString name)
MD5Challenge
with the specified
components.value
- the value of the value
field (mandatory).name
- the value of the name
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getValueLength()
valueLength
read-only field.valueLength
read-only field.public OctetString getValue()
value
field.value
field.public void setValue(OctetString value)
value
field.value
- the value of the value
field.java.lang.IllegalArgumentException
- when the value
parameter is null.public OctetString getName()
name
field.name
field.public void setName(OctetString name)
name
field.name
- the value of the name
field.java.lang.IllegalArgumentException
- when the name
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.