Contents

SecTransformDataBlock

A block used to override the default data handling for a transform.

Declaration

typealias SecTransformDataBlock = (CFTypeRef) -> Unmanaged<CFTypeRef>?

Parameters

Return Value

NULL for the kSecTransformActionInternalizeExtraData action, the data to be passed to the output attribute for any other action, or a CFError instance on failure.