We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88f1e6 commit b2bc540Copy full SHA for b2bc540
cmdline/src/main/java/io/opentdf/platform/Command.java
@@ -69,7 +69,7 @@ void encrypt(
69
@Option(names = { "--mime-type" }, defaultValue = Option.NULL_VALUE) Optional<String> mimeType,
70
@Option(names = { "--with-assertions" }, defaultValue = Option.NULL_VALUE) Optional<String> assertion)
71
72
- throws IOException, JOSEException, AutoConfigureException, InterruptedException, ExecutionException {
+ throws IOException, JOSEException, AutoConfigureException, InterruptedException, ExecutionException, DecoderException {
73
74
var sdk = buildSDK();
75
var kasInfos = kas.stream().map(k -> {
0 commit comments