|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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)
Deprecated. Analyzes the sign response string. |
SignatureResponse |
analyzeVerifyResponse(Properties response_properties)
Deprecated. Analyzes the verify response string. |
String |
getSignURL(String profile)
Deprecated. Returns the sign URL of the local service. |
String |
getVerifyURL(String profile)
Deprecated. Returns the verify URL of the local service. |
String |
prepareSignRequest(String user_name,
String sign_text,
String signature_type)
Deprecated. Prepares the sign request string. |
String |
prepareVerifyRequest(String signed_text,
SignatureObject signature_object)
Deprecated. Prepares the verify request string. |
| Methods inherited from interface at.knowcenter.wag.egov.egiz.sig.Connector |
doSign, doVerify |
| Method Detail |
public 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.
public 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.
public SignatureObject analyzeSignResponse(Properties response_properties,
String signature_type)
throws SignatureException
signature_type - The type of the signature.
SignatureException - F.e.
public SignatureResponse analyzeVerifyResponse(Properties response_properties)
throws SignatureException
SignatureException - F.e.public String getSignURL(String profile)
profile - The signature type the URL should be retrieved from.
public 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 | ||||||||||