gnu.crypto.jce.params
class DERWriter extends Object
| Field Summary | |
|---|---|
| static int | APPLICATION |
| static int | CONTEXT_SPECIFIC |
| static int | PRIVATE |
| static int | UNIVERSAL |
| Constructor Summary | |
|---|---|
| DERWriter() | |
| Method Summary | |
|---|---|
| byte[] | joinarrays(byte[] a, byte[] b) |
| byte[] | joinarrays(byte[] a, byte[] b, byte[] c) |
| byte[] | writeBigInteger(BigInteger i) |