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