public class

SimpleDERReader

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

Class Overview

SimpleDERReader.

Summary

Fields
byte[] buffer
int count
int pos
Public Constructors
SimpleDERReader(byte[] b)
SimpleDERReader(byte[] b, int off, int len)
Public Methods
int available()
int ignoreNextObject()
BigInteger readInt()
byte[] readOctetString()
byte[] readSequenceAsByteArray()
void resetInput(byte[] b)
void resetInput(byte[] b, int off, int len)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

byte[] buffer

int count

int pos

Public Constructors

public SimpleDERReader (byte[] b)

Parameters
b

public SimpleDERReader (byte[] b, int off, int len)

Parameters
b
off
len

Public Methods

public int available ()

public int ignoreNextObject ()

Throws
IOException

public BigInteger readInt ()

Throws
IOException

public byte[] readOctetString ()

Throws
IOException

public byte[] readSequenceAsByteArray ()

Throws
IOException

public void resetInput (byte[] b)

Parameters
b

public void resetInput (byte[] b, int off, int len)

Parameters
b
off
len