org.mozilla.jss.asn1
public class OCTET_STRING extends Object implements ASN1Value
| Nested Class Summary | |
|---|---|
| static class | OCTET_STRING.Template |
| Field Summary | |
|---|---|
| static Form | FORM |
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| OCTET_STRING(byte[] data) | |
| Method Summary | |
|---|---|
| void | encode(OutputStream ostream) |
| void | encode(Tag implicitTag, OutputStream ostream) |
| Tag | getTag() |
| static OCTET_STRING.Template | getTemplate() |
| byte[] | toByteArray() |