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.

Previous
getPublicKey