unsupportedSignatureAlgorithm(reason:file:line:)

The signature algorithm used in a Certificate is not supported by this library.

Error.swift:67
static func unsupportedSignatureAlgorithm(reason: String, file: String = #fileID, line: UInt = #line) -> CertificateError

Parameters

reason

A detailed reason explaining what signature algorithm was not supported.

file

The file where the error occurs.

line

The line where the error occurs.

Returns

A CertificateError with code set to unsupportedSignatureAlgorithm.