Class DisplayText
java.lang.Object
org.mozilla.jss.netscape.security.x509.DisplayText
- All Implemented Interfaces:
Serializable
Represent the DisplayText.
DisplayText ::= CHOICE {
visibleString VisibleString (SIZE (1..200)),
bmpString BMPString (SIZE (1..200)),
utf8String UTF8String (SIZE (1..200)),
}
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private byte
private static final long
static final byte
static final byte
Tag value indicating an ASN.1 "BMPString" value.static final byte
static final byte
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
tag_IA5String
public static final byte tag_IA5StringTag value indicating an ASN.1 "BMPString" value.- See Also:
-
tag_BMPString
public static final byte tag_BMPString- See Also:
-
tag_VisibleString
public static final byte tag_VisibleString- See Also:
-
tag_UTF8String
public static final byte tag_UTF8String- See Also:
-
mTag
private byte mTag -
mS
-
-
Constructor Details
-
DisplayText
-
DisplayText
- Throws:
IOException
-
-
Method Details
-
encode
Write the DisplayText to the DerOutputStream.- Parameters:
out
- the DerOutputStream to write the object to.- Throws:
IOException
- on errors.
-
getText
-
toString
-