public class EncryptedData
extends org.bouncycastle.asn1.ASN1Object
EncryptedData ::= SEQUENCE { recipients SequenceOfRecipientInfo, ciphertext SymmetricCiphertext }
Modifier and Type | Class and Description |
---|---|
static class |
EncryptedData.Builder |
Constructor and Description |
---|
EncryptedData(SequenceOfRecipientInfo recipients,
SymmetricCiphertext ciphertext) |
Modifier and Type | Method and Description |
---|---|
SymmetricCiphertext |
getCiphertext() |
static EncryptedData |
getInstance(java.lang.Object o) |
SequenceOfRecipientInfo |
getRecipients() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public EncryptedData(SequenceOfRecipientInfo recipients, SymmetricCiphertext ciphertext)
public static EncryptedData getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object
public SequenceOfRecipientInfo getRecipients()
public SymmetricCiphertext getCiphertext()