throw new MessageDecodingException(e);
}
}
private JceKeyTransEnvelopedRecipient getKeyTransRecipient() {
return new JceKeyTransEnvelopedRecipient(priKey) {
public RecipientOperator getRecipientOperator(
AlgorithmIdentifier keyEncryptionAlgorithm,
final AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] encryptedContentEncryptionKey) throws CMSException {
if ("1.3.14.3.2.7".equals(contentEncryptionAlgorithm