public interface IRecipientInformation
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent(IRecipient recipient)
Calls actual
getContent method for the wrapped RecipientInformation object. |
IRecipientId |
getRID()
Calls actual
getRID method for the wrapped RecipientInformation object. |
byte[] getContent(IRecipient recipient) throws AbstractCMSException
getContent method for the wrapped RecipientInformation object.recipient - wrapper for recipient object to use to recover content encryption keyAbstractCMSException - wrapped CMSException if the content-encryption/MAC key cannot be recovered.IRecipientId getRID()
getRID method for the wrapped RecipientInformation object.IRecipientId the wrapper for received RecipientId object.Copyright © 1998–2023 Apryse Group NV. All rights reserved.