<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CryptoKit",
  "identifier" : "/documentation/CryptoKit/MLKEM1024/PrivateKey/integrityCheckedRepresentation",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Apple CryptoKit"
    ],
    "preciseIdentifier" : "s:9CryptoKit9MLKEM1024O10PrivateKeyV30integrityCheckedRepresentation10Foundation4DataVvp"
  },
  "title" : "integrityCheckedRepresentation"
}
-->

# integrityCheckedRepresentation

An integrity-checked representation of the private key.

```
var integrityCheckedRepresentation: Data { get }
```

## Discussion

This representation includes the seed value, and a hash of the corresponding public key.

---

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)