For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce.params
Class DERReader

java.lang.Object
  |
  +--gnu.crypto.jce.params.DERReader

class DERReader
extends java.lang.Object


Field Summary
(package private) static int APPLICATION
           
(package private) static int CONTEXT_SPECIFIC
           
(package private)  int pos
           
(package private) static int PRIVATE
           
(package private)  byte[] source
           
(package private) static int UNIVERSAL
           
 
Constructor Summary
DERReader()
           
DERReader(byte[] source)
           
 
Method Summary
 java.math.BigInteger getBigInteger()
           
 boolean hasMorePrimitives()
           
 void init(byte[] source)
           
 void init(java.lang.String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

byte[] source

pos

int pos

UNIVERSAL

static final int UNIVERSAL
See Also:
Constant Field Values

APPLICATION

static final int APPLICATION
See Also:
Constant Field Values

CONTEXT_SPECIFIC

static final int CONTEXT_SPECIFIC
See Also:
Constant Field Values

PRIVATE

static final int PRIVATE
See Also:
Constant Field Values
Constructor Detail

DERReader

public DERReader()

DERReader

public DERReader(byte[] source)
Method Detail

init

public void init(java.lang.String source)

init

public void init(byte[] source)

hasMorePrimitives

public boolean hasMorePrimitives()

getBigInteger

public java.math.BigInteger getBigInteger()
                                   throws DEREncodingException
DEREncodingException

For the latest news and information visit
The GNU Crypto project

Copyright ©2001, 2002 Free Software Foundation, Inc.. All Rights Reserved.