ENUM
CryptoKeyType
Contents
- Cases
p256
secureEnclave
security
@objc public enum CryptoKeyType: Int, RawRepresentable
The configuration that is used to generate the Dpop proof KeyPair.
- Note:
SecureEnclave
keypairs are the most secure option for dpop proof signatures. The use of a different type of keypair should be only considered if the use of SecureEnclave produces an unstable app setup for the users. - Warning:
CryptoKeyType.secureEnclave
option only works on real physical devices, make sure to take that into account while developing and testing the application.
Cases
p256
case p256
A software NIST-P256 keypair
secureEnclave
case secureEnclave
A hardware bound Secure Enclave
keypair
security
case security
A legacy Security framework SecKey
keypair