public class DERObject extends Object
| Constructor | Description |
|---|---|
DERObject() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getLength() |
|
int |
getTag() |
|
byte[] |
getValue() |
|
void |
setLength(int length) |
|
void |
setTag(int tag) |
|
void |
setValue(byte[] value) |
|
BigInteger |
toInteger() |
public int getTag()
public int getLength()
public byte[] getValue()
public void setTag(int tag)
public void setLength(int length)
public void setValue(byte[] value)
public BigInteger toInteger()
Copyright © 2018. All rights reserved.