| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
length |
protected int |
tag |
protected int |
type |
protected byte[] |
value |
| 限定符和类型 | 方法和说明 |
|---|---|
BigInteger |
getInteger()
Get the value as integer
|
int |
getLength() |
String |
getOid() |
DerParser |
getParser()
For constructed field, return a parser for its content.
|
String |
getString() |
int |
getType() |
byte[] |
getValue() |
boolean |
isConstructed() |
protected final int type
protected final int length
protected final byte[] value
protected final int tag
public int getType()
public int getLength()
public byte[] getValue()
public boolean isConstructed()
public DerParser getParser() throws IOException
IOExceptionpublic BigInteger getInteger() throws IOException
IOExceptionpublic String getString() throws IOException
IOExceptionpublic String getOid() throws IOException
IOExceptionCopyright © 2022. All rights reserved.