org.bouncycastle.asn1.cms
public class RecipientInfo extends ASN1Encodable
| Method Summary | |
|---|---|
| DEREncodable | getInfo() |
| static RecipientInfo | getInstance(Object o) |
| DERInteger | getVersion() |
| boolean | isTagged() |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
RecipientInfo ::= CHOICE {
ktri KeyTransRecipientInfo,
kari [1] KeyAgreeRecipientInfo,
kekri [2] KEKRecipientInfo,
pwri [3] PasswordRecipientInfo,
ori [4] OtherRecipientInfo }