pasn.encoding
Class ASN1ValueDecoder

java.lang.Object
  extended by pasn.encoding.ASN1ValueDecoder
Direct Known Subclasses:
BER_DER_ValueDecoder

public abstract class ASN1ValueDecoder
extends java.lang.Object

Author:
ncottin

Constructor Summary
ASN1ValueDecoder()
           
 
Method Summary
 java.lang.Object decode(int simpleType, ASN1UnnamedDecodedPrimitiveObject obj)
           
abstract  java.lang.Object decode(int simpleType, byte[] value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1ValueDecoder

public ASN1ValueDecoder()
Method Detail

decode

public final java.lang.Object decode(int simpleType,
                                     ASN1UnnamedDecodedPrimitiveObject obj)
                              throws ASN1FormatException
Throws:
ASN1FormatException

decode

public abstract java.lang.Object decode(int simpleType,
                                        byte[] value)
                                 throws ASN1FormatException
Throws:
ASN1FormatException