org.mozilla.jss.pkix.cert
public class Extension extends Object implements ASN1Value
| Nested Class Summary | |
|---|---|
| static class | Extension.Template |
| Field Summary | |
|---|---|
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| Extension(OBJECT_IDENTIFIER extnId, boolean critical, OCTET_STRING extnValue) | |
| Method Summary | |
|---|---|
| void | encode(OutputStream ostream) |
| void | encode(Tag implicit, OutputStream ostream) |
| boolean | getCritical() |
| OBJECT_IDENTIFIER | getExtnId()
Returns the extension identifier. |
| OCTET_STRING | getExtnValue() |
| Tag | getTag() |
| static Extension.Template | getTemplate() |