Package org.bouncycastle.oer.its
Class PKRecipientInfo.Builder
- java.lang.Object
-
- org.bouncycastle.oer.its.PKRecipientInfo.Builder
-
- Enclosing class:
- PKRecipientInfo
public static class PKRecipientInfo.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PKRecipientInfo
createPKRecipientInfo()
PKRecipientInfo.Builder
setEncKey(EncryptedDataEncryptionKey encKey)
PKRecipientInfo.Builder
setRecipientId(HashedId recipientId)
-
-
-
Method Detail
-
setRecipientId
public PKRecipientInfo.Builder setRecipientId(HashedId recipientId)
-
setEncKey
public PKRecipientInfo.Builder setEncKey(EncryptedDataEncryptionKey encKey)
-
createPKRecipientInfo
public PKRecipientInfo createPKRecipientInfo()
-
-