public class SimpleDERReader extends Object
| Constructor and Description |
|---|
SimpleDERReader(byte[] b) |
SimpleDERReader(byte[] b,
int off,
int len) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
ignoreNextObject() |
SimpleDERReader |
readConstructed() |
int |
readConstructedType() |
BigInteger |
readInt() |
byte[] |
readOctetString() |
String |
readOid() |
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 IOException
IOExceptionpublic BigInteger readInt() throws IOException
IOExceptionpublic byte[] readSequenceAsByteArray()
throws IOException
IOExceptionpublic String readOid() throws IOException
IOExceptionpublic SimpleDERReader readConstructed() throws IOException
IOExceptionpublic int readConstructedType()
throws IOException
IOExceptionpublic byte[] readOctetString()
throws IOException
IOExceptionCopyright © 2018. All rights reserved.