<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/JPKIPassContents/Certificate",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "s:7PassKit16JPKIPassContentsV11CertificateV"
  },
  "title" : "JPKIPassContents.Certificate"
}
-->

# JPKIPassContents.Certificate

The certificate data associated with an identity document.

```
struct Certificate<IdentityType> where IdentityType : JPKIPassContents.Identity
```

## Overview

Use this structure to access the underlying certificate data you use to sign the pass.

## Topics

### Defining data

[`let data: Data`](/documentation/PassKit/JPKIPassContents/Certificate/data)

The result of the signed data from the requested digital identity in X.509 DER format.



---

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)