For the complete documentation index, see llms.txt. This page is also available as Markdown.

getPublicKeyType

Retrieves the type of the user's public key.

Usage

const publicKeyType = encryptor.getPublicKeyType();

Returns

Promise<string>

The type of the user's public key.

Last updated