Skip to content

Conversation

@vst-bit
Copy link
Collaborator

@vst-bit vst-bit commented Jan 14, 2026

No description provided.

…the new VerificationMethodKeyProvider impl. DalekEd25519VerificationMethodKeyProviderImpl
@vst-bit vst-bit requested a review from MarcelPfeuti as a code owner January 14, 2026 14:40
// throw new AccessDeniedException("Access denied to " + outputDir.getPath() + " due to: " + ex.getMessage());
} catch (Throwable thr) {
throw new IOException("Failed to create private directory " + pathname + " due to: " + thr.getMessage());
throw new DidLogCreatorStrategyException("Failed to create private directory " + pathname + " due to: " + thr.getMessage());

Check warning

Code scanning / PMD

Thrown exception does not preserve the stack trace of exception 'e' on all code paths Warning

Thrown exception does not preserve the stack trace of exception 'thr' on all code paths
Comment on lines +383 to +385
matchingUpdateKey = publicKeyEd25519Multibase;
break;
}
} catch (VcDataIntegrityCryptographicSuiteException ignoreMalformedPemFiles) {
}

Check warning

Code scanning / PMD

Deeply nested if..then statements are hard to read Warning

Deeply nested if..then statements are hard to read
try {
this.updateKeys = WebVerifiableHistoryDidLogMetaPeeker.peek(didLog).getParams().getUpdateKeys(); // assume a did:webvh log
} catch (DidLogMetaPeekerException exc1) { // not a did:webvh log
throw new ProofOfPossessionVerifierException(exc1);

Check warning

Code scanning / PMD

Thrown exception does not preserve the stack trace of exception 'e' on all code paths Warning

Thrown exception does not preserve the stack trace of exception 'exc' on all code paths
@vst-bit vst-bit requested a review from MarcelPfeuti January 16, 2026 14:45
@vst-bit vst-bit merged commit 752c97b into main Jan 21, 2026
4 checks passed
@vst-bit vst-bit deleted the feat/EIDOMNI-544-reusing-rust-crypto-logic branch January 21, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants