You are on page 1of 2

No NAME DESCRIPTION INPUT OUTPUT

1 enrollCert Webserivce -pkcs10: String.- JSON Format (String)


getting following the - Including 2 parameters:
certificates pkcs10
from VNPT-CA + statusCode: String.
standard and (1: success,
containing a
SIM ICCID and 2: active code not
a signed active match,
code (active 3: ICCID not exist,
code is
4: Invalid signature,
the one-time
password that 5: wrong format,
CA sends 6: other errors)
directly to each
customer for + certificate: String. (if
each certificate statusCode == 1 then
request) containing Certificate
in base64 format)
- Example:
{
statusCode: 1,
certificate :
-----BEGIN
CERTIFICATE-----
.
-----END CERTIFICATE---
--
}
sd EnrollCert

MSSP CAConnector

serv ice DAO

request()

parse and get ICCID()

check ICCID()

result()

response:false()

getRequestCert()

returnRequestCert()

getCustomer()

returnCustomer()

requestCert()

returnCert()

insertCert()

updateAuthen()

response:true()

You might also like