Class VectorInfo

java.lang.Object
com.oss.metadata.TypeInfo
com.oss.metadata.VectorInfo
Direct Known Subclasses:
BitStringInfo, ContainerInfo, ContainingOctetStringInfo, KMCStringInfo

public class VectorInfo extends TypeInfo
The VectorInfo class represents the properties of ASN.1 types which are strings or containers such as OCTET STRING or BIT STRING.
Since:
ASN.1/Java 2.1
  • Method Details

    • isBounded

      public boolean isBounded()
      Returns true if the type has a lower or upper bounds, and false otherwise.
      Returns:
      true if type is bounded.
    • getBounds

      public Bounds getBounds()
      Return the lower and upper bounds for the type.
      Returns:
      lower and upper bounds for the number of elements.