XCMS Toolkit

schemajic.encoder
Class SequenceValue

java.lang.Object
  extended by schemajic.encoder.TLV
      extended by schemajic.encoder.CompositeValue
          extended by schemajic.encoder.SequenceValue

public class SequenceValue
extends CompositeValue

Extends class CompositeValue to support encoding of values of ASN.1 type SEQUENCE.

Version:
1.00 - 2006/02/10
Author:
support@phillipgriffin.com

Field Summary
 
Fields inherited from class schemajic.encoder.TLV
_lengthEncoder, _pc, _tagEncoder, _tagLength, _tags, _type
 
Constructor Summary
SequenceValue(Type type, TagList tags, int pc, TagEncoder tagEncoder, LengthEncoder lengthEncoder)
           
 
Method Summary
 
Methods inherited from class schemajic.encoder.CompositeValue
add, getValueLength, incrementValueLength
 
Methods inherited from class schemajic.encoder.TLV
encode, encodeLength, encodeTags, getEncodedLength, getEncodedTags, getTagLength, getTags, getTotalLength, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceValue

public SequenceValue(Type type,
                     TagList tags,
                     int pc,
                     TagEncoder tagEncoder,
                     LengthEncoder lengthEncoder)

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.