Class InputDescriptor

  • All Implemented Interfaces:

    
    public final class InputDescriptor
    
                        

    Represents an input descriptor, which specifies the criteria for acceptable Verifiable Credentials (VCs).

    • 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 for the input descriptor.
      final String getName() The name of the input descriptor (optional).
      final String getPurpose() The purpose of the input descriptor (optional).
      final Constraints getConstraints() The constraints that define acceptable fields and filters for the VCs.
      • Methods inherited from class java.lang.Object

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