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

Uses of Asn1InvalidArgException in com.objsys.asn1j.runtime
 

Methods in com.objsys.asn1j.runtime that throw Asn1InvalidArgException
 void Asn1PerEncodeBuffer.encodeBits(byte[] value, int offset, int nbits)
          This method encodes bit values from an array of octets.
 void Asn1PerOutputStream.encodeBits(byte[] value, int offset, int nbits)
          This method encodes bit values from an array of octets.
 void Asn1PerEncodeBuffer.encodeBits(byte[] value, int offset, int nbits, java.lang.String ident)
          This method encodes bit values from an array of octets.
 void Asn1PerOutputStream.encodeBits(byte[] value, int offset, int nbits, java.lang.String ident)
          This method encodes bit values from an array of octets.
 void Asn1PerEncodeBuffer.encodeBits(byte value, int nbits)
          This method encodes bit values from an octet.
 void Asn1PerOutputStream.encodeBits(byte value, int nbits)
          This method encodes bit values from an octet.
 void Asn1PerEncodeBuffer.encodeConsWholeNumber(long adjustedValue, long rangeValue)
          This method implements the rules to encode a constrained whole number as specified in section 10.5 of the X.691 standard.
 void Asn1PerOutputStream.encodeConsWholeNumber(long adjustedValue, long rangeValue)
          This method implements the rules to encode a constrained whole number as specified in section 10.5 of the X.691 standard.
 void Asn1PerEncodeBuffer.encodeConsWholeNumber(long adjustedValue, long rangeValue, java.lang.String ident)
          This method implements the rules to encode a constrained whole number as specified in section 10.5 of the X.691 standard.
 void Asn1PerOutputStream.encodeConsWholeNumber(long adjustedValue, long rangeValue, java.lang.String ident)
          This method implements the rules to encode a constrained whole number as specified in section 10.5 of the X.691 standard.
 void Asn1PerEncodeBuffer.encodeInt(long value, boolean encodeLen, boolean signExtend)
          This method implements the rules to encode either a non-negative binary integer as specified in section 10.3 or a two's complement binary integer as specified in section 10.4 of the X.691 standard.
 void Asn1PerOutputStream.encodeInt(long value, boolean encodeLen, boolean signExtend)
          This method implements the rules to encode either a non-negative binary integer as specified in section 10.3 or a two's complement binary integer as specified in section 10.4 of the X.691 standard.
 void Asn1PerEncodeBuffer.encodeInt(long value, boolean encodeLen, boolean signExtend, java.lang.String ident)
          This method implements the rules to encode either a non-negative binary integer as specified in section 10.3 or a two's complement binary integer as specified in section 10.4 of the X.691 standard.
 void Asn1PerOutputStream.encodeInt(long value, boolean encodeLen, boolean signExtend, java.lang.String ident)
          This method implements the rules to encode either a non-negative binary integer as specified in section 10.3 or a two's complement binary integer as specified in section 10.4 of the X.691 standard.
 void Asn1PerEncodeBuffer.encodeInt(long value, int nbits)
          This method encodes bit values from an integer value.
 void Asn1PerOutputStream.encodeInt(long value, int nbits)
          This method encodes bit values from an integer value.
 void Asn1PerEncodeBuffer.encodeInt(long value, int nbits, java.lang.String ident)
          This method encodes bit values from an integer value.
 void Asn1PerOutputStream.encodeInt(long value, int nbits, java.lang.String ident)
          This method encodes bit values from an integer value.
 long Asn1PerEncodeBuffer.encodeLength(long value)
          This method encodes a general (unconstrained) length determinant value as described in section 10.9 or the X.691 standard.
 long Asn1PerOutputStream.encodeLength(long value)
          This method encodes a general (unconstrained) length determinant value as described in section 10.9 or the X.691 standard.
 void Asn1PerEncodeBuffer.encodeSmallNonNegWholeNumber(int value)
          This method implements the rules to encode a small non-negative whole number as specified in section 10.6 of the X.691 standard.
 void Asn1PerOutputStream.encodeSmallNonNegWholeNumber(int value)
          This method implements the rules to encode a small non-negative whole number as specified in section 10.6 of the X.691 standard.