Retrieves the public key from the Encryptor Extension.
const publicKey = await encryptorExtension.getPublicKey();
Promise<string | undefined>
A promise that resolves to the public key retrieved from the Encryptor Extension or undefined if the public key is not available.
Last updated 2 days ago