Class ResultMajorValues.SuccessResultMinorValues
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.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.StringHasManifestResultsThe signature is valid with respect to XML Signature core validation.static java.lang.StringIncorrectSignatureThe signature fails to verify, for example due to the signed document being modified or the incorrect key being used.static java.lang.StringInvalidSignatureTimestampThe signature is valid however the timestamp on that signature is invalid.static java.lang.StringNotAllDocumentsReferencedThe signature or timestamp is valid.static java.lang.StringOnAllDocumentsThe signature or timestamp is valid.
-
Constructor Summary
Constructors Constructor Description SuccessResultMinorValues()
-
-
-
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
-
-