Class KeyAttestationJwtBody
java.lang.Object
org.keycloak.protocol.oid4vc.model.KeyAttestationJwtBody
Represents the JWT payload for a key attestation as per OID4VCI specification.
- Author:
- Bertrand Ogen
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExp()
getIat()
getNonce()
setAttestedKeys
(List<JWK> attestedKeys) setCertification
(String certification) void
void
setKeyStorage
(List<String> keyStorage) void
setUserAuthentication
(List<String> userAuthentication)
-
Constructor Details
-
KeyAttestationJwtBody
public KeyAttestationJwtBody()
-
-
Method Details
-
getIat
-
setIat
-
getExp
-
setExp
-
getAttestedKeys
-
setAttestedKeys
-
getKeyStorage
-
setKeyStorage
-
getUserAuthentication
-
setUserAuthentication
-
getCertification
-
setCertification
-
getNonce
-
setNonce
-
getStatus
-
setStatus
-