kSecOAEPEncodingParametersAttributeName

Static kSecOAEPEncodingParametersAttributeName 

Source
pub unsafe static kSecOAEPEncodingParametersAttributeName: &'static CFString
👎Deprecated: SecTransform is no longer supported
Available on crate feature SecEncryptTransform only.
Expand description

Specifies the OAEP encoding paramaters

This should be set to a CFDataRef when the padding is set to OAEP. If unset a zero length CFDataRef is used. It is ignored by non OAEP padding modes.

See also Apple’s documentation