Class MDLConstants

java.lang.Object
com.authlete.mdoc.constants.MDLConstants

public class MDLConstants extends Object
Constants for mDL.
Since:
1.12
See Also:
  • Field Details

    • DOC_TYPE_MDL

      public static final String DOC_TYPE_MDL
      The document type of the mDL ("org.iso.18013.5.1.mDL").
      See Also:
    • DOC_TYPE_MDL_VER_1

      public static final String DOC_TYPE_MDL_VER_1
      The document type of the mDL version 1 ("org.iso.18013.5.1.mDL").
      See Also:
    • NAME_SPACE_MDL

      public static final String NAME_SPACE_MDL
      The name space of the MDL ("org.iso.18013.5.1").
      See Also:
    • NAME_SPACE_MDL_VER_1

      public static final String NAME_SPACE_MDL_VER_1
      The name space of the MDL version 1 ("org.iso.18013.5.1").
      See Also:
  • Constructor Details

    • MDLConstants

      public MDLConstants()