| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodableorg.bouncycastle.asn1.cmp.PKIFreeTextpublic class PKIFreeTextextends ASN1EncodableField Summary |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable | |
BER, DER | |
Constructor Summary | |
| |
Method Summary | |
static PKIFreeText |
|
static PKIFreeText |
|
DERUTF8String |
|
int |
|
DERObject |
|
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable | |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object | |
public DERUTF8String getStringAt(int i)
Return the UTF8STRING at index i.
- Parameters:
i- index of the string of interest
- Returns:
- the string at index i.
public int size()
Return the number of string elements present.
- Returns:
- number of elements present.
public DERObject toASN1Object()
PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
- Overrides:
- toASN1Object in interface ASN1Encodable