pasn.misc.encoding
Class BER_DER_ValueDecoder

java.lang.Object
  extended by pasn.encoding.ASN1ValueDecoder
      extended by pasn.misc.encoding.BER_DER_ValueDecoder
Direct Known Subclasses:
BERValueDecoder, DERValueDecoder

public abstract class BER_DER_ValueDecoder
extends ASN1ValueDecoder

Author:
ncottin

Field Summary
static byte FALSE
           
 
Constructor Summary
BER_DER_ValueDecoder()
           
 
Method Summary
static long readIdentifierComponent(ASN1InputStream in)
           
 
Methods inherited from class pasn.encoding.ASN1ValueDecoder
decode, decode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FALSE

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

BER_DER_ValueDecoder

public BER_DER_ValueDecoder()
Method Detail

readIdentifierComponent

public static final long readIdentifierComponent(ASN1InputStream in)
                                          throws java.io.IOException,
                                                 ASN1DecodingException,
                                                 ASN1SecurityException,
                                                 ASN1TimerException
Throws:
java.io.IOException
ASN1DecodingException
ASN1SecurityException
ASN1TimerException