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.IOException
public java.math.BigInteger readInt() throws java.io.IOException
java.io.IOException
public byte[] readSequenceAsByteArray() throws java.io.IOException
java.io.IOException
public byte[] readOctetString() throws java.io.IOException
java.io.IOException
Copyright © 2013. All Rights Reserved.