canVerify(using:)
Checks whether the algorithm you supply is valid for verifying signatures with the key.
Declaration
func canVerify(using algorithm: SecKeyAlgorithm) -> BoolParameters
- algorithm:
A cryptographic algorithm.
Return Value
A Boolean value that indicates whether the algorithm you supply is valid for verifying signatures with the key.