|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.DisplayText
DisplayText class, used in CertificatePolicies X509 V3 extensions (in policy qualifiers).
It stores a string in a chosen encoding. DisplayText ::= CHOICE { ia5String IA5String (SIZE (1..200)), visibleString VisibleString (SIZE (1..200)), bmpString BMPString (SIZE (1..200)), utf8String UTF8String (SIZE (1..200)) }
PolicyQualifierInfo,
PolicyInformation| Field Summary | |
static int |
CONTENT_TYPE_BMPSTRING
Constant corresponding to bmpString encoding. |
static int |
CONTENT_TYPE_IA5STRING
Constant corresponding to ia5String encoding. |
static int |
CONTENT_TYPE_UTF8STRING
Constant corresponding to utf8String encoding. |
static int |
CONTENT_TYPE_VISIBLESTRING
Constant corresponding to visibleString encoding. |
static int |
DISPLAY_TEXT_MAXIMUM_SIZE
Describe constant DISPLAY_TEXT_MAXIMUM_SIZE here. |
| Constructor Summary | |
DisplayText(int type,
java.lang.String text)
Creates a new DisplayText instance. |
|
DisplayText(java.lang.String text)
Creates a new DisplayText instance. |
|
| Method Summary | |
static DisplayText |
getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static DisplayText |
getInstance(java.lang.Object obj)
|
java.lang.String |
getString()
Returns the stored String object. |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding. |
| Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CONTENT_TYPE_IA5STRING
public static final int CONTENT_TYPE_BMPSTRING
public static final int CONTENT_TYPE_UTF8STRING
public static final int CONTENT_TYPE_VISIBLESTRING
public static final int DISPLAY_TEXT_MAXIMUM_SIZE
| Constructor Detail |
public DisplayText(int type,
java.lang.String text)
type - the desired encoding type for the text.text - the text to store. Strings longer than 200
characters are truncated.public DisplayText(java.lang.String text)
text - the text to encapsulate. Strings longer than 200
characters are truncated.| Method Detail |
public static DisplayText getInstance(java.lang.Object obj)
public static DisplayText getInstance(ASN1TaggedObject obj,
boolean explicit)
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Objectpublic java.lang.String getString()
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||