PK11PasswordFunc pwfn, void *pwfn_arg,
SecCmsGetDecryptKeyCallback decrypt_key_cb, void
*decrypt_key_cb_arg,
- SecCmsDecoderRef *outDecoder);
+ SecCmsDecoderRef *outDecoder) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
/*!
@function
@abstract Decode a CMS message from BER encoded data.
@discussion This function basically does the same as calling
SecCmsDecoderStart(), SecCmsDecoderUpdate() and SecCmsDecoderFinish().
- @param DERmessage Pointer to a CSSM_DATA containing the BER encoded cms
+ @param encodedMessage Pointer to a CSSM_DATA containing the BER encoded cms
message to decode.
@param cb callback function for delivery of inner content inner
content will be stored in the message if cb is NULL.
SecCmsContentCallback cb, void *cb_arg,
PK11PasswordFunc pwfn, void *pwfn_arg,
SecCmsGetDecryptKeyCallback decrypt_key_cb, void *decrypt_key_cb_arg,
- SecCmsMessageRef *outMessage);
+ SecCmsMessageRef *outMessage) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
#if defined(__cplusplus)