org.mozilla.jss.pkix.cmc
public class PKIData extends Object implements ASN1Value
| Nested Class Summary | |
|---|---|
| static class | PKIData.Template
A template for decoding an PKIData from its BER encoding. |
| Constructor Summary | |
|---|---|
| PKIData(SEQUENCE controlSequence, SEQUENCE reqSequence, SEQUENCE cmsSequence, SEQUENCE otherMsgSequence)
Constructs a PKIData from its components.
| |
| Method Summary | |
|---|---|
| void | encode(OutputStream ostream) |
| void | encode(Tag implicitTag, OutputStream ostream) |
| SEQUENCE | getCmsSequence() |
| SEQUENCE | getControlSequence() |
| SEQUENCE | getOtherMsgSequence() |
| SEQUENCE | getReqSequence() |
| Tag | getTag() |
| static PKIData.Template | getTemplate() |
Parameters: controlSequence Sequence of TagggedAttribute. reqSequence Sequence of TagggedRequest. cmsSequence Sequence of TagggedContentInfo. otherMsgSequence Sequence of OtherMsg.