public class SimpleDERReader
extends java.lang.Object
| Constructor and Description |
|---|
SimpleDERReader(byte[] b) |
SimpleDERReader(byte[] b,
int off,
int len) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
ignoreNextObject() |
java.math.BigInteger |
readInt() |
byte[] |
readOctetString() |
byte[] |
readSequenceAsByteArray() |
void |
resetInput(byte[] b) |
void |
resetInput(byte[] b,
int off,
int len) |
public SimpleDERReader(byte[] b)
public SimpleDERReader(byte[] b,
int off,
int len)
public void resetInput(byte[] b)
public void resetInput(byte[] b,
int off,
int len)
public int available()
public int ignoreNextObject()
throws java.io.IOException
java.io.IOExceptionpublic java.math.BigInteger readInt()
throws java.io.IOException
java.io.IOExceptionpublic byte[] readSequenceAsByteArray()
throws java.io.IOException
java.io.IOExceptionpublic byte[] readOctetString()
throws java.io.IOException
java.io.IOException