Retrieves the type of the user's public key.
const publicKeyType = encryptor.getPublicKeyType();
Promise<string>
The type of the user's public key.
Last updated 2 days ago