public class KeyTransRecipientInformation extends RecipientInformation
keyEncAlg, messageAlgorithm, rid
Modifier and Type | Method and Description |
---|---|
CMSTypedStream |
getContentStream(Key key,
Provider prov)
Deprecated.
use getContentStream(Recipient) method
|
CMSTypedStream |
getContentStream(Key key,
String prov)
Deprecated.
use getContentStream(Recipient) method
|
protected RecipientOperator |
getRecipientOperator(Recipient recipient) |
protected Key |
getSessionKey(Key receiverPrivateKey,
Provider prov)
Deprecated.
|
getContent, getContent, getContent, getContentDigest, getContentFromSessionKey, getContentStream, getKeyEncryptionAlgOID, getKeyEncryptionAlgorithmParameters, getKeyEncryptionAlgorithmParameters, getKeyEncryptionAlgParams, getMac, getRID
protected Key getSessionKey(Key receiverPrivateKey, Provider prov) throws CMSException
CMSException
public CMSTypedStream getContentStream(Key key, String prov) throws CMSException, NoSuchProviderException
getContentStream
in class RecipientInformation
CMSException
NoSuchProviderException
public CMSTypedStream getContentStream(Key key, Provider prov) throws CMSException
getContentStream
in class RecipientInformation
CMSException
protected RecipientOperator getRecipientOperator(Recipient recipient) throws CMSException
getRecipientOperator
in class RecipientInformation
CMSException
Copyright © 2015. All rights reserved.