Class EncryptedData

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.EncryptedData
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class EncryptedData extends org.bouncycastle.asn1.ASN1Object
     EncryptedData ::= SEQUENCE {
         recipients SequenceOfRecipientInfo,
         ciphertext SymmetricCiphertext
     }