Class AttestationProof

java.lang.Object
org.keycloak.protocol.oid4vc.model.AttestationProof

@Deprecated public class AttestationProof extends Object
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 Details

    • AttestationProof

      public AttestationProof()
      Deprecated.
    • AttestationProof

      public AttestationProof(String attestation, String proofType)
      Deprecated.
  • Method Details

    • getAttestation

      public String getAttestation()
      Deprecated.
    • setAttestation

      public AttestationProof setAttestation(String attestation)
      Deprecated.
    • getProofType

      public String getProofType()
      Deprecated.
    • setProofType

      public AttestationProof setProofType(String proofType)
      Deprecated.