Class Constraints

  • All Implemented Interfaces:

    
    public final class Constraints
    
                        

    Contains the constraints for a given input descriptor.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<Field> fields
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<Field> getFields() A list of fields that define the acceptable values and structure for the Verifiable Credentials (VCs).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Constraints

        Constraints(List<Field> fields)
    • Method Detail

      • getFields

         final List<Field> getFields()

        A list of fields that define the acceptable values and structure for the Verifiable Credentials (VCs).