# getPublicKeyType

Retrieves the type of the user's public key.

### Usage

```ts
const publicKeyType = encryptor.getPublicKeyType();
```

### Returns

`Promise<string>`

The type of the user's public key.
