Class PKRecipientInfo.Builder
- java.lang.Object
-
- org.bouncycastle.oer.its.ieee1609dot2.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 PKRecipientInfocreatePKRecipientInfo()PKRecipientInfo.BuildersetEncKey(EncryptedDataEncryptionKey encKey)PKRecipientInfo.BuildersetRecipientId(HashedId8 recipientId)
-
-
-
Method Detail
-
setRecipientId
public PKRecipientInfo.Builder setRecipientId(HashedId8 recipientId)
-
setEncKey
public PKRecipientInfo.Builder setEncKey(EncryptedDataEncryptionKey encKey)
-
createPKRecipientInfo
public PKRecipientInfo createPKRecipientInfo()
-
-