Package org.bouncycastle.asn1.esf
Class SigPolicyQualifiers
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.SigPolicyQualifiers
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class SigPolicyQualifiers
extends org.bouncycastle.asn1.ASN1Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfoAt
(int i) Return the SigPolicyQualifierInfo at index i.static SigPolicyQualifiers
getInstance
(Object obj) int
size()
Return the number of qualifier info elements present.org.bouncycastle.asn1.ASN1Primitive
SigPolicyQualifiers ::= SEQUENCE SIZE (1..MAX) OF SigPolicyQualifierInfoMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
SigPolicyQualifiers
-
-
Method Details
-
getInstance
-
size
public int size()Return the number of qualifier info elements present.- Returns:
- number of elements present.
-
getInfoAt
Return the SigPolicyQualifierInfo at index i.- Parameters:
i
- index of the info of interest- Returns:
- the info at index i.
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()SigPolicyQualifiers ::= SEQUENCE SIZE (1..MAX) OF SigPolicyQualifierInfo
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-