org.mozilla.jss.pkix.cms
public class EnvelopedData extends Object implements ASN1Value
Nested Class Summary | |
---|---|
static class | EnvelopedData.Template
A template file for decoding a EnvelopedData blob
|
Field Summary | |
---|---|
static Tag | TAG |
Constructor Summary | |
---|---|
EnvelopedData(INTEGER version, SET recipientInfos, EncryptedContentInfo encryptedContentInfo)
Create a EnvelopedData ASN1 object. |
Method Summary | |
---|---|
void | encode(OutputStream ostream) |
void | encode(Tag tag, OutputStream ostream) |
EncryptedContentInfo | getEncryptedContentInfo() |
SET | getRecipientInfos() |
Tag | getTag() |
INTEGER | getVersion() |