gnu.crypto.jce.params
Class DERReader
java.lang.Object
gnu.crypto.jce.params.DERReader
- class DERReader
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DERReader
public DERReader()
DERReader
public DERReader(byte[] source)
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
- Throws:
DEREncodingException
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.