decryptWithOwnerKey(encrypted: OwnerKeyEncrypted,privateKey: CryptoKey,): Promise<string>
Decrypt a value encrypted with encryptWithOwnerKey, using the owner's private key (obtained from the session in admin views).
privateKey: CryptoKey