public class AuthenticationResponse extends Sequence
AuthenticationResponse
type.Constructor and Description |
---|
AuthenticationResponse()
The default constructor.
|
AuthenticationResponse(OctetString authenticationResponseParameter,
EAPMessage eapMessage)
Constructs an instance of the
AuthenticationResponse with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteAuthenticationResponseParameter()
Omits the
authenticationResponseParameter optional field from the value. |
void |
deleteEapMessage()
Omits the
eapMessage optional field from the value. |
OctetString |
getAuthenticationResponseParameter()
Returns the value of the
authenticationResponseParameter optional field. |
EAPMessage |
getEapMessage()
Returns the value of the
eapMessage optional field. |
boolean |
hasAuthenticationResponseParameter()
Reports whether the
authenticationResponseParameter optional field is present in the value. |
boolean |
hasEapMessage()
Reports whether the
eapMessage optional field is present in the value. |
void |
setAuthenticationResponseParameter(OctetString authenticationResponseParameter)
Sets the value of the
authenticationResponseParameter optional field. |
void |
setEapMessage(EAPMessage eapMessage)
Sets the value of the
eapMessage optional field. |
public AuthenticationResponse()
public AuthenticationResponse(OctetString authenticationResponseParameter, EAPMessage eapMessage)
AuthenticationResponse
with the specified
components.authenticationResponseParameter
- the value of the authenticationResponseParameter
field (optional).eapMessage
- the value of the eapMessage
field (optional).public OctetString getAuthenticationResponseParameter()
authenticationResponseParameter
optional field.authenticationResponseParameter
optional field or null if the field is omitted.public void setAuthenticationResponseParameter(OctetString authenticationResponseParameter)
authenticationResponseParameter
optional field.authenticationResponseParameter
- the value of the authenticationResponseParameter
optional field. A null
value indicates that the optional field is omitted.public boolean hasAuthenticationResponseParameter()
authenticationResponseParameter
optional field is present in the value.authenticationResponseParameter
optional field is present in the value.public void deleteAuthenticationResponseParameter()
authenticationResponseParameter
optional field from the value.public EAPMessage getEapMessage()
eapMessage
optional field.eapMessage
optional field or null if the field is omitted.public void setEapMessage(EAPMessage eapMessage)
eapMessage
optional field.eapMessage
- the value of the eapMessage
optional field. A null
value indicates that the optional field is omitted.public boolean hasEapMessage()
eapMessage
optional field is present in the value.eapMessage
optional field is present in the value.public void deleteEapMessage()
eapMessage
optional field from the value.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.