XCMS Toolkit

schemajic.codec
Class BXERCodec

java.lang.Object
  extended by schemajic.codec.Codec
      extended by schemajic.codec.BXERCodec

public class BXERCodec
extends Codec

An ASN.1 Basic XML Encoding Rules codec (coder-decoder), which is capable of performing the encoding or decoding transformation of a value of an ASN.1 type.

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

Constructor Summary
BXERCodec()
          Constructor for BXERCodec.
 
Method Summary
 ASN1OpenType createOpenType(ASN1Value decodedValue)
          The getDecoder method ??? NEED TEXT ???.
protected  Decoder getDecoder()
           
protected  Encoder getEncoder()
           
 
Methods inherited from class schemajic.codec.Codec
decode, decode, encode, encode, getEncodingRule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BXERCodec

public BXERCodec()
Constructor for BXERCodec.

Method Detail

getEncoder

protected Encoder getEncoder()
Specified by:
getEncoder in class Codec

getDecoder

protected Decoder getDecoder()
Specified by:
getDecoder in class Codec

createOpenType

public ASN1OpenType createOpenType(ASN1Value decodedValue)
The getDecoder method ??? NEED TEXT ???.

Specified by:
createOpenType in class Codec
Returns:
the decoded value from the XER encoding of a value of some ASN.1 type

XCMS Toolkit


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