Class MDLConstants
java.lang.Object
com.authlete.mdoc.constants.MDLConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The document type of the mDL ("org.iso.18013.5.1.mDL
").static final String
The document type of the mDL version 1 ("org.iso.18013.5.1.mDL
").static final String
The name space of the MDL ("org.iso.18013.5.1
").static final String
The name space of the MDL version 1 ("org.iso.18013.5.1
"). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DOC_TYPE_MDL
The document type of the mDL ("org.iso.18013.5.1.mDL
").- See Also:
-
DOC_TYPE_MDL_VER_1
The document type of the mDL version 1 ("org.iso.18013.5.1.mDL
").- See Also:
-
NAME_SPACE_MDL
The name space of the MDL ("org.iso.18013.5.1
").- See Also:
-
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()
-