Class EncryptedData

java.lang.Object
org.bouncycastle.asn1.its.EncryptedData

public class EncryptedData extends Object
     EncryptedData ::= SEQUENCE {
         recipients SequenceOfRecipientInfo,
         ciphertext SymmetricCiphertext
     }