-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
with the evolution of new standards, formats (e.g., Decentralised identifiers, DID Documents, Verifiable Credentials) and decentralised PKI, we're trying to establish an additional way of signing key and signer information attestation and validation (next to the existing x509).
This requires additional protected/unprotected claims.
It seems that JAdESCC has a strict validation of etsiU parameters (I guess same applies for the protected header parameters).
Is there a way to include additional claims to protected/unprotected header in a conformant way or would that require extension of the JAdES standard?
Examples: adding signer attributes as W3C Verifiable Credentials (certified signer attribute supports only x509 format), or including additional information in the unprotected header (either disclosed claims in case of selective disclosure, revocation information in a different format, issuer accreditations, etc.)
Thank you!