| 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.esf.SigPolicyQualifierspublic class SigPolicyQualifiersextends ASN1EncodableField Summary |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable | |
BER, DER | |
Constructor Summary | |
| |
Method Summary | |
static SigPolicyQualifiers |
|
SigPolicyQualifierInfo |
|
int |
|
DERObject |
|
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable | |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object | |
public SigPolicyQualifierInfo getStringAt(int i)
Return the SigPolicyQualifierInfo at index i.
- Parameters:
i- index of the string of interest
- Returns:
- the string at index i.
public int size()
Return the number of qualifier info elements present.
- Returns:
- number of elements present.
public DERObject toASN1Object()
SigPolicyQualifiers ::= SEQUENCE SIZE (1..MAX) OF SigPolicyQualifierInfo
- Overrides:
- toASN1Object in interface ASN1Encodable