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
DerDecodingExceptionpublic DerValue[] getSequence() throws DerDecodingException
DerDecodingExceptionpublic DerValue readDerValue() throws DerDecodingException
DerDecodingExceptionpublic byte[] toByteArray()
Copyright © 2023. All rights reserved.