Package edu.iu.crypt

Interface WebEncryptionRecipient.Builder<B extends WebEncryptionRecipient.Builder<B>>

Type Parameters:
B - builder type
All Superinterfaces:
WebCryptoHeader.Builder<B>
All Known Implementing Classes:
JweRecipientBuilder
Enclosing interface:
WebEncryptionRecipient

public static interface WebEncryptionRecipient.Builder<B extends WebEncryptionRecipient.Builder<B>> extends WebCryptoHeader.Builder<B>
Builder interface for defining WebEncryptionRecipient instances.