Class ASN1EncodableVector


  • public class ASN1EncodableVector
    extends java.lang.Object
    Mutable class for building ASN.1 constructed objects such as SETs or SEQUENCEs.
    • Constructor Detail

      • ASN1EncodableVector

        public ASN1EncodableVector()
      • ASN1EncodableVector

        public ASN1EncodableVector​(int initialCapacity)
    • Method Detail

      • get

        public ASN1Encodable get​(int i)
        Return the object at position i in this vector.
        Parameters:
        i - the index of the object of interest.
        Returns:
        the object at position i.
      • size

        public int size()
        Return the size of the vector.
        Returns:
        the object count in the vector.