org.mozilla.jss.pkcs7
public class RecipientInfo extends Object implements ASN1Value
| Nested Class Summary | |
|---|---|
| static class | RecipientInfo.Template
A template file for decoding a RecipientInfo blob
|
| Field Summary | |
|---|---|
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| RecipientInfo(INTEGER version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier keyEncryptionAlgorithmID, OCTET_STRING encryptedKey)
Create a RecipientInfo ASN1 object. | |
| Method Summary | |
|---|---|
| void | encode(OutputStream ostream) |
| void | encode(Tag tag, OutputStream ostream) |
| OCTET_STRING | getEncryptedKey() |
| IssuerAndSerialNumber | getissuerAndSerialNumber() |
| AlgorithmIdentifier | getKeyEncryptionAlgorithmID() |
| Tag | getTag() |
| static RecipientInfo.Template | getTemplate() |
| INTEGER | getVersion() |