interface SerializedEncryptedObject {
    algorithm: "ml-kem-aes" | "rsa";
    serializedCipherText?: string;
    serializedEncryptedData: string;
}

Properties

algorithm: "ml-kem-aes" | "rsa"
serializedCipherText?: string
serializedEncryptedData: string