Update CredentialTypeProbe.java

This commit is contained in:
Markus Gylling 2022-06-20 15:05:27 +02:00
parent 068a6edb8d
commit c91ae7a383

View File

@ -2,7 +2,6 @@ package org.oneedtech.inspect.vc.probe;
import static java.nio.charset.StandardCharsets.UTF_8;
import java.io.IOException;
import java.io.InputStream;
import java.util.Base64;
import java.util.Base64.Decoder;