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