Package org.bouncycastle.its.asn1
Class EncryptedData
- java.lang.Object
-
- org.bouncycastle.its.asn1.EncryptedData
-
public class EncryptedData extends Object
EncryptedData ::= SEQUENCE { recipients SequenceOfRecipientInfo, ciphertext SymmetricCiphertext }
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EncryptedData
getInstance(Object o)
-
-
-
Method Detail
-
getInstance
public static EncryptedData getInstance(Object o)
-
-