Uses of Class
com.objsys.asn1j.runtime.Asn1InvalidLengthException

Uses of Asn1InvalidLengthException in com.objsys.asn1j.runtime
 

Methods in com.objsys.asn1j.runtime that throw Asn1InvalidLengthException
 int Asn1BitString.getLength()
          This method will return the length of the BIT STRING in bits.
 int Asn1CharString.getLength()
          This method will return the length of the character string in characters.
 int Asn1OctetString.getLength()
          This method will return the length of the OCTET STRING in octets.
 int Asn1Type.getLength()
          This method will return the length of types that can be bound by a size constraint (BIT STRING, OCTET STRING, character string, and SEQUENCE OF/SET OF).
 int Asn1UniversalString.getLength()
          This method will return the length of the character string in characters.