<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CryptoKit",
  "identifier" : "/documentation/CryptoKit/HPKEPublicKeySerialization/hpkeRepresentation(kem:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Apple CryptoKit"
    ],
    "preciseIdentifier" : "s:9CryptoKit26HPKEPublicKeySerializationP18hpkeRepresentation3kem10Foundation4DataVAA4HPKEO3KEMO_tKF"
  },
  "title" : "hpkeRepresentation(kem:)"
}
-->

# hpkeRepresentation(kem:)

Creates an encoded representation of the public key.

```
func hpkeRepresentation(kem: HPKE.KEM) throws -> Data
```

## Return Value

The encoded key data.

## Discussion

- kem: The key encapsulation mechanism for encapsulating the 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)