register device using a setup code

This commit is contained in:
Sebastian Stenzel
2023-06-22 17:16:00 +02:00
parent 918ace2eb6
commit 5a18d086e0
8 changed files with 367 additions and 11 deletions
@@ -3,7 +3,6 @@ package org.cryptomator.ui.keyloading.hub;
import com.nimbusds.jose.JWEObject;
import org.cryptomator.cryptolib.api.MasterkeyLoadingFailedException;
import org.cryptomator.cryptolib.common.P384KeyPair;
import org.cryptomator.cryptolib.shaded.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;