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() |
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 IOException
IOException
public BigInteger readInt() throws IOException
IOException
public byte[] readSequenceAsByteArray() throws IOException
IOException
public byte[] readOctetString() throws IOException
IOException
Copyright © 2024. All rights reserved.