Class JwtProof
java.lang.Object
org.keycloak.protocol.oid4vc.model.JwtProof
Deprecated.
Deprecated: Represents a single JWT-based proof (historical 'proof' structure).
Prefer using
Proofs with the appropriate array field (e.g., jwt).
This class is kept for backward compatibility only.
Supports 'jwt' proof type as per OID4VCI Draft 15.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJwt()Deprecated.Deprecated.Deprecated.setProofType(String proofType) Deprecated.
-
Constructor Details
-
JwtProof
public JwtProof()Deprecated. -
JwtProof
Deprecated.
-
-
Method Details
-
getJwt
Deprecated. -
setJwt
Deprecated. -
getProofType
Deprecated. -
setProofType
Deprecated.
-