Bouncy Castle Cryptography Library 1.69

org.bouncycastle.asn1.its
Class EncryptedData

java.lang.Object
  |
  +--org.bouncycastle.asn1.its.EncryptedData

public class EncryptedData
extends java.lang.Object

EncryptedData ::= SEQUENCE { recipients SequenceOfRecipientInfo, ciphertext SymmetricCiphertext }


Method Summary
static EncryptedData getInstance(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EncryptedData getInstance(java.lang.Object o)

Bouncy Castle Cryptography Library 1.69