Class SupportedProofTypeData
java.lang.Object
org.keycloak.protocol.oid4vc.model.SupportedProofTypeData
Represents the supported proof type data for a given proof type in the OpenID for Verifiable Credential Issuance.
- Author:
- Bertrand Ogen
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for Jackson deserializationSupportedProofTypeData(List<String> signingAlgorithmsSupported, KeyAttestationsRequired keyAttestationsRequired) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleaninthashCode()setKeyAttestationsRequired(KeyAttestationsRequired keyAttestationsRequired) setSigningAlgorithmsSupported(List<String> signingAlgorithmsSupported)
-
Constructor Details
-
SupportedProofTypeData
public SupportedProofTypeData()Default constructor for Jackson deserialization -
SupportedProofTypeData
public SupportedProofTypeData(List<String> signingAlgorithmsSupported, KeyAttestationsRequired keyAttestationsRequired)
-
-
Method Details
-
getSigningAlgorithmsSupported
-
setSigningAlgorithmsSupported
public SupportedProofTypeData setSigningAlgorithmsSupported(List<String> signingAlgorithmsSupported) -
getKeyAttestationsRequired
-
setKeyAttestationsRequired
public SupportedProofTypeData setKeyAttestationsRequired(KeyAttestationsRequired keyAttestationsRequired) -
equals
-
hashCode
public int hashCode()
-