gnu.crypto.jce.params
class DERReader extends Object
| Field Summary | |
|---|---|
| static int | APPLICATION |
| static int | CONTEXT_SPECIFIC |
| int | pos |
| static int | PRIVATE |
| byte[] | source |
| static int | UNIVERSAL |
| Constructor Summary | |
|---|---|
| DERReader() | |
| DERReader(byte[] source) | |
| Method Summary | |
|---|---|
| BigInteger | getBigInteger() |
| boolean | hasMorePrimitives() |
| void | init(String source) |
| void | init(byte[] source) |