Class KeyAttestationsRequired
java.lang.Object
org.keycloak.protocol.oid4vc.model.KeyAttestationsRequired
Key attestation requirements on key storage and user authentication's attack resistance.
- Author:
- Ingrid Kamga
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
setKeyStorage
(List<ISO18045ResistanceLevel> keyStorage) setUserAuthentication
(List<ISO18045ResistanceLevel> userAuthentication)
-
Constructor Details
-
KeyAttestationsRequired
public KeyAttestationsRequired()Default constructor for Jackson deserialization
-
-
Method Details
-
getKeyStorage
-
setKeyStorage
-
getUserAuthentication
-
setUserAuthentication
public KeyAttestationsRequired setUserAuthentication(List<ISO18045ResistanceLevel> userAuthentication) -
equals
-
hashCode
public int hashCode()
-