> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SecureWalletStorage

> Swift Protocol

**Protocol**

```swift theme={null}
protocol SecureWalletStorage : Sendable
```

## Instance Methods

### getPrivateKey(forEmail:)

```swift theme={null}
func getPrivateKey(forEmail email: String) -> String?
```

### savePrivateKey(\_:forEmail:)

```swift theme={null}
func savePrivateKey(_ privateKey: String, forEmail email: String)
```
