| Constructor and Description |
|---|
RoamResult()
The default constructor.
|
RoamResult(DerInputStream dis)
Reads the data from the given input stream and parses the data
to create a
RoamResult object. |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ASN1Object obj)
Parses the
RoamResult object from the given
ASN1 SEQUENCE. |
java.lang.String |
getErrorCode()
Returns the
errorCode component. |
int |
getResultCode()
Returns the
resultCode component. |
java.lang.String |
getResultMessage()
Returns the result message based on the result code.
|
java.lang.String |
getResultString()
Returns the
resultString component. |
ASN1Object |
toASN1Object()
Returns the
ASN1Object of this
RoamResult object. |
public RoamResult(DerInputStream dis) throws CodingException, java.io.IOException
RoamResult object.dis - the DerInputStream from which the data
is read.CodingExceptionjava.io.IOExceptionpublic RoamResult()
public void decode(ASN1Object obj) throws CodingException
RoamResult object from the given
ASN1 SEQUENCE.decode in interface ASN1Typeobj - the ASN1 SEQUENCE to be parsed.CodingException - if the ASN1Object could not be parsedpublic int getResultCode()
resultCode component.resultCode component.public java.lang.String getErrorCode()
errorCode component.errorCode component.public java.lang.String getResultString()
resultString component.resultString component.public java.lang.String getResultMessage()
public ASN1Object toASN1Object()
ASN1Object of this
RoamResult object.toASN1Object in interface ASN1TypeASN1Object of this
RoamResult object.