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 Details

  • Method Details

    • getInstance

      public static SigPolicyQualifiers getInstance(Object obj)
    • size

      public int size()
      Return the number of qualifier info elements present.
      Returns:
      number of elements present.
    • getInfoAt

      public SigPolicyQualifierInfo getInfoAt(int i)
      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 interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object