Class Validator.Constraint

    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        The validation message
      • getIndication

        public Indication getIndication()
        The main indication
      • getSubIndication

        public SubIndication getSubIndication()
        The sub indication
      • getDataPart

        public java.lang.String getDataPart()

        The data part is null for constraints of the main signature and a path for constraints related to elements of the signature.

        Examples:

        • certificate:"Some Certificate": When validating a certificate "Some Certificate" of the main signature.
        • time-stamp":Some TSA Responder"/certificate:"Intermediate TSA Responder Certificate": When validating a certificate "Intermediate TSA Responder Certificate" of the time-stamp embedded into the main signature.