Class OtherRecipientInfo

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.OtherRecipientInfo
All Implemented Interfaces:
ASN1Encodable, Encodable

public class OtherRecipientInfo extends ASN1Object
RFC 5652: Content encryption key delivery mechanisms.
 OtherRecipientInfo ::= SEQUENCE {
    oriType OBJECT IDENTIFIER,
    oriValue ANY DEFINED BY oriType }