org.mozilla.jss.pkix.primitive
public class AVA extends Object implements ASN1Value
AttributeValueAssertion ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
| Nested Class Summary | |
|---|---|
| static class | AVA.Template
A Template for decoding an AVA. |
| Field Summary | |
|---|---|
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| AVA(OBJECT_IDENTIFIER oid, ASN1Value value) | |
| Method Summary | |
|---|---|
| void | encode(OutputStream ostream) |
| void | encode(Tag implicit, OutputStream ostream) |
| OBJECT_IDENTIFIER | getOID() |
| Tag | getTag() |
| ANY | getValue()
Returns the value of this AVA, encoded as an ANY. |