Interface IASN1Set

All Superinterfaces:
IASN1Encodable, IASN1Primitive
All Known Subinterfaces:
IDERSet
All Known Implementing Classes:
ASN1SetBC, ASN1SetBCFips, DERSetBC, DERSetBCFips

public interface IASN1Set extends IASN1Primitive
This interface represents the wrapper for ASN1Set that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Details

    • getObjects

      Enumeration getObjects()
      Calls actual getObjects method for the wrapped ASN1Set object.
      Returns:
      received objects.
    • size

      int size()
      Calls actual size method for the wrapped ASN1Set object.
      Returns:
      set size.
    • getObjectAt

      IASN1Encodable getObjectAt (int index)
      Calls actual getObjectAt method for the wrapped ASN1Set object.
      Parameters:
      index - index
      Returns:
      IASN1Encodable wrapped ASN1Encodable object.
    • toArray

      IASN1Encodable[] toArray()
      Calls actual toArray method for the wrapped ASN1Set object.
      Returns:
      array of wrapped ASN1Encodable objects.