|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
SignSignatureObject |
analyzeSignResponse(Properties response_properties)
Analyzes the sign response xml and extracts the signature data. |
SignatureResponse |
analyzeVerifyResponse(Properties response_properties)
Analyzes the verify response string. |
String |
prepareSignRequest(SignatureData data)
Prepares the sign request xml to be sent using the sign request template. |
String |
prepareVerifyRequest(SignatureData data,
SignSignatureObject so)
Prepares the verify request xml to be sent using the verify request template. |
| Method Detail |
public String prepareSignRequest(SignatureData data)
throws ConnectorException
data - The SignatureData.
ConnectorException - f.e.
public SignSignatureObject analyzeSignResponse(Properties response_properties)
throws ConnectorException
response_properties - The response properties containing the response String and
transport related information.
ConnectorException - f.e.
public String prepareVerifyRequest(SignatureData data,
SignSignatureObject so)
throws ConnectorException
data - The SignatureData.so - The signature information object.
ConnectorException - f.e.
public SignatureResponse analyzeVerifyResponse(Properties response_properties)
throws ConnectorException
response_properties - The response properties containing the response XML.
ConnectorException - f.e.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||