<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CryptoKit",
  "identifier" : "/documentation/CryptoKit/SecureEnclave",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Apple CryptoKit"
    ],
    "preciseIdentifier" : "s:9CryptoKit13SecureEnclaveO"
  },
  "title" : "SecureEnclave"
}
-->

# SecureEnclave

A representation of a device’s hardware-based key manager.

```
enum SecureEnclave
```

## Topics

### Checking availability

[`isAvailable`](/documentation/CryptoKit/SecureEnclave/isAvailable)

A Boolean value that indicates if the device supports Secure Enclave access.

### Using the secure enclave

[`SecureEnclave.P256`](/documentation/CryptoKit/SecureEnclave/P256)

An elliptic curve that enables NIST P-256 signatures and key agreement
within the Secure Enclave.

[`SecureEnclave.MLKEM1024`](/documentation/CryptoKit/SecureEnclave/MLKEM1024)

An implementation of the MLKEM1024 key encapsulation mechanism that operates within the Secure Enclave.

[`SecureEnclave.MLKEM768`](/documentation/CryptoKit/SecureEnclave/MLKEM768)

An implementation of the MLKEM768 key encapsulation mechanism that operates within the Secure Enclave.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)