isAlgorithm(_:)
Returns whether the specified algorithm is the target operation algorithm.
Declaration
func isAlgorithm(_ algorithm: SecKeyAlgorithm) -> BoolParameters
- algorithm:
The algorithm to be checked.
Return Value
true if algorithm is the target operation algorithm; otherwise, false.