Class ResultMajorValues.RequesterErrorResultMinorValues
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.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.StringInappropriateSignatureThe signature or its contents are not appropriate in the current context.static java.lang.StringInvalidRefURIThe value of the RefURIattribute included in an input document is not valid.static java.lang.StringKeyInfoNotProvidedThe required key information was not supplied by the client, but the server expected it to do so.static java.lang.StringMoreThanOneRefUriOmittedThe server was not able to create a signature because more than one RefUriwas omitted.static java.lang.StringNotParseableXMLDocumentThe server was not able to parse a Document.static java.lang.StringNotSupportedThe server doesn't recognize or can't handle any optional input.static java.lang.StringReferencedDocumentNotPresentA ds:Reference element is present in the ds:Signature containing a full URI, but the corresponding input document is not present in the request.
-
Constructor Summary
Constructors Constructor Description RequesterErrorResultMinorValues()
-
-
-
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
-
-