Class ResultMajorValues.SuccessResultMinorValues

  • Enclosing class:
    ResultMajorValues

    public static class ResultMajorValues.SuccessResultMinorValues
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String HasManifestResults
      The signature is valid with respect to XML Signature core validation.
      static java.lang.String IncorrectSignature
      The signature fails to verify, for example due to the signed document being modified or the incorrect key being used.
      static java.lang.String InvalidSignatureTimestamp
      The signature is valid however the timestamp on that signature is invalid.
      static java.lang.String NotAllDocumentsReferenced
      The signature or timestamp is valid.
      static java.lang.String OnAllDocuments
      The signature or timestamp is valid.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • OnAllDocuments

        public static final java.lang.String OnAllDocuments
        The signature or timestamp is valid. Furthermore, the signature or timestamp covers all of the input documents just as they were passed in by the client.
        See Also:
        Constant Field Values
      • NotAllDocumentsReferenced

        public static final java.lang.String NotAllDocumentsReferenced
        The signature or timestamp is valid. However, the signature or timestamp does not cover all of the input documents that were passed in by the client.
        See Also:
        Constant Field Values
      • IncorrectSignature

        public static final java.lang.String IncorrectSignature
        The signature fails to verify, for example due to the signed document being modified or the incorrect key being used.
        See Also:
        Constant Field Values
      • HasManifestResults

        public static final java.lang.String HasManifestResults
        The signature is valid with respect to XML Signature core validation. In addition, the message also contains VerifyManifestResults. Note: In the case that the core signature validation failed no attempt is made to verify the manifest.
        See Also:
        Constant Field Values
      • InvalidSignatureTimestamp

        public static final java.lang.String InvalidSignatureTimestamp
        The signature is valid however the timestamp on that signature is invalid.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SuccessResultMinorValues

        public SuccessResultMinorValues()