Class ResultMajorValues.RequesterErrorResultMinorValues

  • Enclosing class:
    ResultMajorValues

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

      Fields 
      Modifier and Type Field Description
      static java.lang.String InappropriateSignature
      The signature or its contents are not appropriate in the current context.
      static java.lang.String InvalidRefURI
      The value of the RefURIattribute included in an input document is not valid.
      static java.lang.String KeyInfoNotProvided
      The required key information was not supplied by the client, but the server expected it to do so.
      static java.lang.String MoreThanOneRefUriOmitted
      The server was not able to create a signature because more than one RefUriwas omitted.
      static java.lang.String NotParseableXMLDocument
      The server was not able to parse a Document.
      static java.lang.String NotSupported
      The server doesn't recognize or can't handle any optional input.
      static java.lang.String ReferencedDocumentNotPresent
      A ds:Reference element is present in the ds:Signature containing a full URI, but the corresponding input document is not present in the request.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ReferencedDocumentNotPresent

        public static final java.lang.String ReferencedDocumentNotPresent
        A ds:Reference element is present in the ds:Signature containing a full URI, but the corresponding input document is not present in the request.
        See Also:
        Constant Field Values
      • KeyInfoNotProvided

        public static final java.lang.String KeyInfoNotProvided
        The required key information was not supplied by the client, but the server expected it to do so.
        See Also:
        Constant Field Values
      • MoreThanOneRefUriOmitted

        public static final java.lang.String MoreThanOneRefUriOmitted
        The server was not able to create a signature because more than one RefUriwas omitted.
        See Also:
        Constant Field Values
      • InvalidRefURI

        public static final java.lang.String InvalidRefURI
        The value of the RefURIattribute included in an input document is not valid.
        See Also:
        Constant Field Values
      • NotParseableXMLDocument

        public static final java.lang.String NotParseableXMLDocument
        The server was not able to parse a Document.
        See Also:
        Constant Field Values
      • NotSupported

        public static final java.lang.String NotSupported
        The server doesn't recognize or can't handle any optional input.
        See Also:
        Constant Field Values
      • InappropriateSignature

        public static final java.lang.String InappropriateSignature
        The signature or its contents are not appropriate in the current context. For example, the signature may be associated with a signature policy and semantics which the DSS server considers unsatisfactory.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RequesterErrorResultMinorValues

        public RequesterErrorResultMinorValues()