| Constructor and Description |
|---|
ChoiceOfUserInfo()
Creates a
ChoiceOfUserInfo object. |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ASN1Object object)
Parses the given
ASN1Object into
ChoiceOfUserInfo. |
java.lang.String |
getString()
Returns the
userInfo as a String. |
ASN |
getType()
Returns the ASN type of this object.
|
ASN1Object |
toASN1Object()
Returns
userInfo as an ASN1Object. |
public ChoiceOfUserInfo()
throws RoamingException
ChoiceOfUserInfo object.RoamingExceptionpublic void decode(ASN1Object object) throws CodingException
ASN1Object into
ChoiceOfUserInfo.decode in interface ASN1Typeobject - the ASN1Object, which is either
a BMPString representing
userID or an OCTET STRING
representing tAndK.
OCTET STRING describing tAndK.CodingException - if the ASN1Object could not be parsedpublic ASN getType()
public ASN1Object toASN1Object()
userInfo as an ASN1Object.toASN1Object in interface ASN1TypeASN1Object representing this userInfo.public java.lang.String getString()
userInfo as a String.String representing the user info.