public class PKIFreeText extends ASN1Object
| Constructor and Description |
|---|
PKIFreeText(ASN1UTF8String p) |
PKIFreeText(ASN1UTF8String[] strs) |
PKIFreeText(java.lang.String p) |
PKIFreeText(java.lang.String[] strs) |
| Modifier and Type | Method and Description |
|---|---|
static PKIFreeText |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static PKIFreeText |
getInstance(java.lang.Object obj) |
DERUTF8String |
getStringAt(int i)
Deprecated.
Use
getStringAtUTF8(int) instead. |
ASN1UTF8String |
getStringAtUTF8(int i)
Return the UTF8STRING at index i.
|
int |
size()
Return the number of string elements present.
|
ASN1Primitive |
toASN1Primitive()
PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic PKIFreeText(ASN1UTF8String p)
public PKIFreeText(java.lang.String p)
public PKIFreeText(ASN1UTF8String[] strs)
public PKIFreeText(java.lang.String[] strs)
public static PKIFreeText getInstance(ASN1TaggedObject obj, boolean explicit)
public static PKIFreeText getInstance(java.lang.Object obj)
public int size()
public DERUTF8String getStringAt(int i)
getStringAtUTF8(int) instead.i - index of the string of interestpublic ASN1UTF8String getStringAtUTF8(int i)
i - index of the string of interestpublic ASN1Primitive toASN1Primitive()
PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object