Class ProofTypeMetadata
java.lang.Object
org.keycloak.protocol.oid4vc.model.ProofTypeMetadata
Metadata describing proof types supported by the Credential Issuer.
- Author:
- Francis Pouatcha, Ingrid Kamga
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()setKeyAttestationsRequired(KeyAttestationsRequired keyAttestationsRequired) setProofSigningAlgValuesSupported(List<String> proofSigningAlgValuesSupported)
-
Constructor Details
-
ProofTypeMetadata
public ProofTypeMetadata()
-
-
Method Details
-
getProofSigningAlgValuesSupported
-
setProofSigningAlgValuesSupported
public ProofTypeMetadata setProofSigningAlgValuesSupported(List<String> proofSigningAlgValuesSupported) -
getKeyAttestationsRequired
-
setKeyAttestationsRequired
public ProofTypeMetadata setKeyAttestationsRequired(KeyAttestationsRequired keyAttestationsRequired) -
equals
-
hashCode
public int hashCode()
-