function encryptPiiBlob encryptPiiBlob(blobJson: string,publicKeyJwk: string): Promise<string> Encrypt a PII blob JSON string with the public key Parameters blobJson: string publicKeyJwk: string Return Type Promise<string>