public class KEKRecipientInformation extends RecipientInformation
keyEncAlg, messageAlgorithm, rid, secureReadable| Modifier and Type | Method and Description |
|---|---|
CMSTypedStream |
getContentStream(java.security.Key key,
java.security.Provider prov)
Deprecated.
use getContentStream(Recipient)
|
CMSTypedStream |
getContentStream(java.security.Key key,
java.lang.String prov)
decrypt the content and return an input stream.
|
protected RecipientOperator |
getRecipientOperator(Recipient recipient) |
getContent, getContent, getContent, getContentDigest, getContentStream, getKeyEncryptionAlgOID, getKeyEncryptionAlgorithm, getKeyEncryptionAlgorithmParameters, getKeyEncryptionAlgorithmParameters, getKeyEncryptionAlgParams, getMac, getRIDpublic CMSTypedStream getContentStream(java.security.Key key, java.lang.String prov) throws CMSException, java.security.NoSuchProviderException
getContentStream in class RecipientInformationCMSExceptionjava.security.NoSuchProviderExceptionpublic CMSTypedStream getContentStream(java.security.Key key, java.security.Provider prov) throws CMSException
getContentStream in class RecipientInformationCMSExceptionprotected RecipientOperator getRecipientOperator(Recipient recipient) throws CMSException, java.io.IOException
getRecipientOperator in class RecipientInformationCMSExceptionjava.io.IOException