org.mozilla.jss.pkcs7
public class Attribute extends Object implements ASN1Value
Attribute ::= SEQUENCE { type OBJECT IDENTIFIER, value SET }
Nested Class Summary | |
---|---|
static class | Attribute.Template
A Template for decoding an Attribute. |
Field Summary | |
---|---|
static Tag | TAG |
Constructor Summary | |
---|---|
Attribute(OBJECT_IDENTIFIER type, SET values) | |
Attribute(OBJECT_IDENTIFIER type, ASN1Value value) |
Method Summary | |
---|---|
void | encode(OutputStream ostream) |
void | encode(Tag implicit, OutputStream ostream) |
Tag | getTag() |
static Attribute.Template | getTemplate() |
OBJECT_IDENTIFIER | getType() |
SET | getValues()
If this AVA was constructed, returns the SET of ASN1Values passed to the
constructor. |