KeyError

@objc
public enum KeyError : Int, Error

Errors related to cryptographic key operations

Since

1.0.0
  • The signing algorithm is not supported by the current version of the operating system

    Since

    1.0.0

    Declaration

    Swift

    case unsupportedAlgorithm
  • Failed to create a digital signature

    Since

    1.0.0

    Declaration

    Swift

    case failedToCreateSignature