---
title: SecureEnclave
framework: cryptokit
role: symbol
role_heading: Enumeration
path: cryptokit/secureenclave
---

# SecureEnclave

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

## Declaration

```swift
enum SecureEnclave
```

## Topics

### Checking availability

- [isAvailable](cryptokit/secureenclave/isavailable.md)

### Using the secure enclave

- [SecureEnclave.P256](cryptokit/secureenclave/p256.md)
- [SecureEnclave.MLKEM1024](cryptokit/secureenclave/mlkem1024.md)
- [SecureEnclave.MLKEM768](cryptokit/secureenclave/mlkem768.md)

### Enumerations

- [SecureEnclave.MLDSA65](cryptokit/secureenclave/mldsa65.md)
- [SecureEnclave.MLDSA87](cryptokit/secureenclave/mldsa87.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Public key cryptography

- [Curve25519](cryptokit/curve25519.md)
- [P521](cryptokit/p521.md)
- [P384](cryptokit/p384.md)
- [P256](cryptokit/p256.md)
- [SharedSecret](cryptokit/sharedsecret.md)
- [HPKE](cryptokit/hpke.md)
