Class ProofTypeCWT
java.lang.Object
org.keycloak.protocol.oid4vc.model.ProofTypeCWT
See: https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-cwt-proof-type
- Author:
- Francis Pouatcha
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
setProofAlgValuesSupported
(List<Integer> proofAlgValuesSupported) setProofCrvValuesSupported
(List<Integer> proofCrvValuesSupported) setProofSigningAlgValuesSupported
(List<Integer> proofSigningAlgValuesSupported)
-
Constructor Details
-
ProofTypeCWT
public ProofTypeCWT()
-
-
Method Details