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