ENUM

CryptoKeyType

Contents

swift
@objc public enum CryptoKeyType: Int, RawRepresentable

The configuration that is used to generate the Dpop proof KeyPair.

Cases

p256

swift
case p256

A software NIST-P256 keypair

secureEnclave

swift
case secureEnclave

A hardware bound Secure Enclave keypair

security

swift
case security

A legacy Security framework SecKey keypair