Class ResultMajorValues
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.ResultMajorValues
-
public class ResultMajorValues extends java.lang.ObjectClass containing defined ResultMajor values defined in DSS 1.0 specification. Created by philip on 09/01/17.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResultMajorValues.InsufficientInformationResultMinorValuesstatic classResultMajorValues.RequesterErrorResultMinorValuesstatic classResultMajorValues.ResponserErrorResultMinorValuesstatic classResultMajorValues.SuccessResultMinorValues
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringInsufficientInformationThe request could not be satisfied due to insufficient information.static java.lang.StringRequesterErrorThe request could not be satisfied due to an error on the part of the requester.static java.lang.StringResponderErrorThe request could not be satisfied due to an error on the part of the responder.static java.lang.StringSuccessThe protocol executed successfully.
-
Constructor Summary
Constructors Constructor Description ResultMajorValues()
-
-
-
Field Detail
-
Success
public static final java.lang.String Success
The protocol executed successfully.- See Also:
- Constant Field Values
-
RequesterError
public static final java.lang.String RequesterError
The request could not be satisfied due to an error on the part of the requester.- See Also:
- Constant Field Values
-
ResponderError
public static final java.lang.String ResponderError
The request could not be satisfied due to an error on the part of the responder.- See Also:
- Constant Field Values
-
InsufficientInformation
public static final java.lang.String InsufficientInformation
The request could not be satisfied due to insufficient information.- See Also:
- Constant Field Values
-
-