Interface IASN1Sequence

All Superinterfaces:
IASN1Encodable, IASN1Primitive
All Known Subinterfaces:
IDERSequence
All Known Implementing Classes:
ASN1SequenceBC, ASN1SequenceBCFips, DERSequenceBC, DERSequenceBCFips

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

    • getObjectAt

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

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

      int size()
      Calls actual size method for the wrapped ASN1Sequence object.
      Returns:
      sequence size.
    • toArray

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