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.
Retrieves the type of the user's public key.
const publicKeyType = encryptor.getPublicKeyType();
Promise<string>
The type of the user's public key.