XCMS Toolkit

schemajic.encoder
Class Value

java.lang.Object
  extended by schemajic.encoder.Value
All Implemented Interfaces:
Encodable

public class Value
extends java.lang.Object
implements Encodable

An encoded ASN.1 value *without* the tag/length.

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

Constructor Summary
Value(byte[] encoding)
           
 
Method Summary
 void encode(java.io.OutputStream out)
           
 byte[] getEncoding()
           
 int getLength()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Value

public Value(byte[] encoding)
Method Detail

getEncoding

public byte[] getEncoding()

getLength

public int getLength()

encode

public void encode(java.io.OutputStream out)
            throws EncodingException
Specified by:
encode in interface Encodable
Throws:
EncodingException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

XCMS Toolkit


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