Package org.bouncycastle.oer.its
Class EncryptedData.Builder
- java.lang.Object
-
- org.bouncycastle.oer.its.EncryptedData.Builder
-
- Enclosing class:
- EncryptedData
public static class EncryptedData.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptedData
createEncryptedData()
EncryptedData.Builder
setCiphertext(SymmetricCiphertext ciphertext)
EncryptedData.Builder
setRecipients(SequenceOfRecipientInfo recipients)
-
-
-
Method Detail
-
setRecipients
public EncryptedData.Builder setRecipients(SequenceOfRecipientInfo recipients)
-
setCiphertext
public EncryptedData.Builder setCiphertext(SymmetricCiphertext ciphertext)
-
createEncryptedData
public EncryptedData createEncryptedData()
-
-