Package com.trilead.ssh2.crypto
Class SimpleDERReader
java.lang.Object
com.trilead.ssh2.crypto.SimpleDERReader
SimpleDERReader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
readInt()
byte[]
byte[]
void
resetInput
(byte[] b) void
resetInput
(byte[] b, int off, int len)
-
Constructor Details
-
SimpleDERReader
public SimpleDERReader(byte[] b) -
SimpleDERReader
public SimpleDERReader(byte[] b, int off, int len)
-
-
Method Details
-
resetInput
public void resetInput(byte[] b) -
resetInput
public void resetInput(byte[] b, int off, int len) -
available
public int available() -
ignoreNextObject
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readSequenceAsByteArray
- Throws:
IOException
-
readOctetString
- Throws:
IOException
-