---
title: x963Representation
framework: cryptokit
role: symbol
role_heading: Instance Property
path: cryptokit/p521/keyagreement/publickey/x963representation
---

# x963Representation

An ANSI x9.63 representation of the public key.

## Declaration

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

## See Also

### Representing the key

- [rawRepresentation](cryptokit/p521/keyagreement/publickey/rawrepresentation.md)
- [compactRepresentation](cryptokit/p521/keyagreement/publickey/compactrepresentation.md)
- [derRepresentation](cryptokit/p521/keyagreement/publickey/derrepresentation.md)
- [pemRepresentation](cryptokit/p521/keyagreement/publickey/pemrepresentation.md)
- [compressedRepresentation](cryptokit/p521/keyagreement/publickey/compressedrepresentation.md)
