Contents

canSign(using:)

Checks whether the algorithm you supply is valid for signing data with the key.

Declaration

func canSign(using algorithm: SecKeyAlgorithm) -> Bool

Parameters

  • algorithm:

    A cryptographic algorithm.

Return Value

A Boolean value that indicates whether the algorithm you supply is valid for signing data with the key.

See Also

Checking algorithm support