KeyAlgorithm

public enum KeyAlgorithm

Represents the key algorithm.

  • RSA

    RSA key type.

    Declaration

    Swift

    case RSA
  • Elliptic Curve (EC) key type.

    Declaration

    Swift

    case ECDSA