|
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.cmp.PKIFreeText
PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String -- text encoded as UTF-8 String [RFC3629] (note: each -- UTF8String MAY include an [RFC3066] language tag -- to indicate the language of the contained text -- see [RFC2482] for details)
| Constructor Summary | |
PKIFreeText(ASN1UTF8String p)
|
|
PKIFreeText(ASN1UTF8String[] strs)
|
|
PKIFreeText(java.lang.String p)
|
|
PKIFreeText(java.lang.String[] strs)
|
|
| Method Summary | |
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 |
| 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 |
| Constructor Detail |
public PKIFreeText(ASN1UTF8String p)
public PKIFreeText(java.lang.String p)
public PKIFreeText(ASN1UTF8String[] strs)
public PKIFreeText(java.lang.String[] strs)
| Method Detail |
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 interest
public ASN1UTF8String getStringAtUTF8(int i)
i - index of the string of interest
public ASN1Primitive toASN1Primitive()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||