public class DerInputStream extends Object
Modifier and Type | Field and Description |
---|---|
ByteArrayInputStream |
data |
int |
length |
Constructor and Description |
---|
DerInputStream(byte[] bytes) |
DerInputStream(DerValue dervalue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ObjectIdentifier |
getOID() |
DerValue[] |
getSequence() |
int |
hashCode() |
DerValue |
readDerValue() |
byte[] |
toByteArray() |
public ByteArrayInputStream data
public int length
public DerInputStream(DerValue dervalue)
public DerInputStream(byte[] bytes)
public ObjectIdentifier getOID() throws DerDecodingException
DerDecodingException
public DerValue[] getSequence() throws DerDecodingException
DerDecodingException
public DerValue readDerValue() throws DerDecodingException
DerDecodingException
public byte[] toByteArray()
Copyright © 2021. All rights reserved.