---
title: rawRepresentation
framework: cryptokit
role: symbol
role_heading: Instance Property
path: cryptokit/p384/signing/publickey/rawrepresentation
---

# rawRepresentation

A full representation of the public key.

## Declaration

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

## See Also

### Representing the key

- [compactRepresentation](cryptokit/p384/signing/publickey/compactrepresentation.md)
- [compressedRepresentation](cryptokit/p384/signing/publickey/compressedrepresentation.md)
- [derRepresentation](cryptokit/p384/signing/publickey/derrepresentation.md)
- [pemRepresentation](cryptokit/p384/signing/publickey/pemrepresentation.md)
- [x963Representation](cryptokit/p384/signing/publickey/x963representation.md)
