com.trilead.ssh2.crypto
Class SimpleDERReader
java.lang.Object
com.trilead.ssh2.crypto.SimpleDERReader
public class SimpleDERReader
- extends java.lang.Object
SimpleDERReader.
- Version:
- $Id: SimpleDERReader.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDERReader
public SimpleDERReader(byte[] b)
SimpleDERReader
public SimpleDERReader(byte[] b,
int off,
int len)
resetInput
public void resetInput(byte[] b)
resetInput
public void resetInput(byte[] b,
int off,
int len)
available
public int available()
ignoreNextObject
public int ignoreNextObject()
throws java.io.IOException
- Throws:
java.io.IOException
readInt
public java.math.BigInteger readInt()
throws java.io.IOException
- Throws:
java.io.IOException
readSequenceAsByteArray
public byte[] readSequenceAsByteArray()
throws java.io.IOException
- Throws:
java.io.IOException
readOctetString
public byte[] readOctetString()
throws java.io.IOException
- Throws:
java.io.IOException
1232432