---
title: compressedRepresentation
framework: cryptokit
role: symbol
role_heading: Instance Property
path: cryptokit/p384/keyagreement/publickey/compressedrepresentation
---

# compressedRepresentation

A compressed representation of the public key.

## Declaration

```swift
var compressedRepresentation: Data { get }
```

## See Also

### Representing the key

- [rawRepresentation](cryptokit/p384/keyagreement/publickey/rawrepresentation.md)
- [compactRepresentation](cryptokit/p384/keyagreement/publickey/compactrepresentation.md)
- [derRepresentation](cryptokit/p384/keyagreement/publickey/derrepresentation.md)
- [pemRepresentation](cryptokit/p384/keyagreement/publickey/pemrepresentation.md)
- [x963Representation](cryptokit/p384/keyagreement/publickey/x963representation.md)
