|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalConnector
A local connector is a refinement of a "normal" Connector that allows to explicitely do the request on a local client.
Basically the sign and verify procedures of this connector are split into three groups:
Usually the preparation and the analyzation are carried out on the server, whereas the connection to the local service is made from the local client.
| Method Summary | |
|---|---|
SignatureObject |
analyzeSignResponse(Properties response_properties,
String signature_type)
Analyzes the sign response string. |
SignatureResponse |
analyzeVerifyResponse(Properties response_properties)
Analyzes the verify response string. |
String |
getSignURL(String profile)
Returns the sign URL of the local service. |
String |
getVerifyURL(String profile)
Returns the verify URL of the local service. |
String |
prepareSignRequest(String user_name,
String sign_text,
String signature_type)
Prepares the sign request string. |
String |
prepareVerifyRequest(String signed_text,
SignatureObject signature_object)
Prepares the verify request string. |
| Methods inherited from interface at.knowcenter.wag.egov.egiz.sig.Connector |
|---|
doSign, doVerify |
| Method Detail |
|---|
String prepareSignRequest(String user_name,
String sign_text,
String signature_type)
throws SignatureException
user_name - The user name.sign_text - The text to be signed.signature_type - The type of the signature.
SignatureException - F.e.
String prepareVerifyRequest(String signed_text,
SignatureObject signature_object)
throws SignatureException
signed_text - The signed text to be verified.signature_object - The SignatureObject.
SignatureException - F.e.
SignatureObject analyzeSignResponse(Properties response_properties,
String signature_type)
throws SignatureException
signature_type - The type of the signature.
SignatureException - F.e.
SignatureResponse analyzeVerifyResponse(Properties response_properties)
throws SignatureException
SignatureException - F.e.String getSignURL(String profile)
profile - The signature type the URL should be retrieved from.
String getVerifyURL(String profile)
profile - The signature type the URL should be retrieved from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||