Class CVCAConnection
Object
|
+--CVCAConnection
- class
CVCAConnection
Class implementing a CVCA web service connector
Defined in cvcaconnection.js
Constructor Summary |
CVCAConnection(<String> url)
Creates a web service connector to access services of a CVCA as defined in TR-03129
|
Method Summary |
void
|
close()
Close the connector and release allocated resources
|
CVC[]
|
getCACertificates()
Obtain a list of certificates from the CVCA
|
String
|
getLastError()
Get the last error return code
|
CVC[]
|
requestCertificate(certreq)
Request a certificate from the parent CA using a web service
|
<static> void
|
test()
|
lastError
Object lastError
soapcon
Object soapcon
url
Object url
verbose
Object verbose
CVCAConnection
CVCAConnection(<String> url)
Creates a web service connector to access services of a CVCA as defined in TR-03129
Parameters:
url
- the web service endpoint
close
void close()
Close the connector and release allocated resources
getCACertificates
CVC[] getCACertificates()
Obtain a list of certificates from the CVCA
Returns:
a lists of card verifiable certificates from the CVCA or null in case of error
getLastError
String getLastError()
Get the last error return code
Returns:
the last error return code received or null if none defined
requestCertificate
CVC[] requestCertificate(certreq)
Request a certificate from the parent CA using a web service
Parameters:
serviceRequest
- the underlying request
test
<static> void test()
Documentation generated by
JSDoc on Tue Sep 3 22:29:38 2013