pasn.encoding.der
Class DERValueDecoder

java.lang.Object
  extended by pasn.encoding.ASN1ValueDecoder
      extended by pasn.misc.encoding.BER_DER_ValueDecoder
          extended by pasn.encoding.der.DERValueDecoder

public class DERValueDecoder
extends BER_DER_ValueDecoder

Author:
ncottin

Field Summary
static byte TRUE
           
 
Fields inherited from class pasn.misc.encoding.BER_DER_ValueDecoder
FALSE
 
Constructor Summary
DERValueDecoder()
           
 
Method Summary
 java.lang.Object decode(int simpleType, byte[] value)
           
 
Methods inherited from class pasn.misc.encoding.BER_DER_ValueDecoder
readIdentifierComponent
 
Methods inherited from class pasn.encoding.ASN1ValueDecoder
decode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE

public static final byte TRUE
See Also:
Constant Field Values
Constructor Detail

DERValueDecoder

public DERValueDecoder()
Method Detail

decode

public final java.lang.Object decode(int simpleType,
                                     byte[] value)
                              throws ASN1FormatException
Specified by:
decode in class ASN1ValueDecoder
Throws:
ASN1FormatException