Class InputDescriptorMapping

  • All Implemented Interfaces:

    
    public final class InputDescriptorMapping
    
                        

    Maps input descriptors to Verifiable Credentials (VCs) in a presentation submission.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId() The unique identifier of the input descriptor.
      final String getFormat() The format of the Verifiable Credential (e.g., jwt_vc).
      final String getPath() The JSON path to the Verifiable Credential within the presentation submission.
      final InputDescriptorMapping getPathNested() A nested mapping for deeper structures (optional).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait