Class SimpleDERReader

java.lang.Object
com.trilead.ssh2.crypto.SimpleDERReader

public class SimpleDERReader extends Object
SimpleDERReader.
  • 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

      public int ignoreNextObject() throws IOException
      Throws:
      IOException
    • readInt

      public BigInteger readInt() throws IOException
      Throws:
      IOException
    • readSequenceAsByteArray

      public byte[] readSequenceAsByteArray() throws IOException
      Throws:
      IOException
    • readOctetString

      public byte[] readOctetString() throws IOException
      Throws:
      IOException