Class SignatureSessionState
java.lang.Object
se.idsec.signservice.integration.state.SignatureSessionState
- All Implemented Interfaces:
Serializable
Representation of the signature session state. See
DefaultSignatureState
.- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder forSignatureSessionState
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the encoded SignRequest.Gets the SignRequest that was passed to the signature service.
-
Constructor Details
-
SignatureSessionState
public SignatureSessionState()
-
-
Method Details
-
getEncodedSignRequest
Gets the encoded SignRequest. -
getSignRequest
Gets the SignRequest that was passed to the signature service.
-