org.mozilla.jss.pkix.cmc
public class TaggedContentInfo extends Object implements ASN1Value
The definition of TaggedContentInfo comes from RFC 2797 Section 3.6. TaggedContentInfo ::= SEQUENCE { bodyPartID BodyPartID, contentInfo ContentInfo}
Nested Class Summary | |
---|---|
static class | TaggedContentInfo.Template
A Template for decoding a TaggedContentInfo . |
Constructor Summary | |
---|---|
TaggedContentInfo(INTEGER bodyPartID, ContentInfo contentInfo)
Constructs a new TaggedContentInfo from its components. |
Method Summary | |
---|---|
void | encode(OutputStream ostream) |
void | encode(Tag implicitTag, OutputStream ostream) |
INTEGER | getBodyPartID()
Returns the bodyPartID field. |
ContentInfo | getContentInfo()
Returns the contentInfo field. |
Tag | getTag() |
static TaggedContentInfo.Template | getTemplate() |
TaggedContentInfo
from its components.bodyPartID
field.contentInfo
field.