Class DVCAConnection
Object
|
+--DVCAConnection
- class
DVCAConnection
Class implementing a DVCA web service connector
Defined in dvcaconnection.js
Constructor Summary |
DVCAConnection(<String> url)
Creates a web service connector to access services of a DVCA 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 DVCA
|
String
|
getLastError()
Get the last error return code
|
CVC[]
|
requestCertificate(<CVC> certreq)
Request a certificate from the parent CA using a web service
|
void
|
sendCertificates(certificates, messageID, statusInfo)
Send a certificate to the DVCA
|
<static> void
|
test()
|
lastError
Object lastError
soapcon
Object soapcon
url
Object url
verbose
Object verbose
DVCAConnection
DVCAConnection(<String> url)
Creates a web service connector to access services of a DVCA 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 DVCA
Returns:
a lists of card verifiable certificates from the DVCA 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(<CVC> certreq)
Request a certificate from the parent CA using a web service
Parameters:
certreq
- the certificate request
sendCertificates
void sendCertificates(certificates, messageID, statusInfo)
Send a certificate to the DVCA
Parameters:
cert
- the list of certificates to post
test
<static> void test()
Documentation generated by
JSDoc on Tue Sep 3 22:29:38 2013