---
title: PKEncryptionScheme
framework: passkit
role: symbol
role_heading: Structure
path: passkit/pkencryptionscheme
---

# PKEncryptionScheme

Encryption schemes.

## Declaration

```swift
struct PKEncryptionScheme
```

## Topics

### Creating an encryption scheme

- [init(rawValue:)](passkit/pkencryptionscheme/init(rawvalue:).md)

### Encryption schemes

- [ECC_V2](passkit/pkencryptionscheme/ecc_v2.md)
- [RSA_V2](passkit/pkencryptionscheme/rsa_v2.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Creating a request configuration

- [init(encryptionScheme:)](passkit/pkaddpaymentpassrequestconfiguration/init(encryptionscheme:).md)
