Interface CredentialBody
- All Known Implementing Classes:
JwtCredentialBody
,LDCredentialBody
,SdJwtCredentialBody
public interface CredentialBody
Incomplete representations of format-specific credentials.
- Author:
- Ingrid Kamga
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addKeyBinding
(JWK jwk) Bind the credential to a public key prior to signing.
-
Method Details
-
addKeyBinding
Bind the credential to a public key prior to signing.- Throws:
CredentialBuilderException
-