public class CertificateMgtServiceImpl extends Object implements CertificateMgtService
| Constructor and Description |
|---|
CertificateMgtServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getSignedCertFromCSR(String ifModifiedSince,
String binarySecurityToken)
Sign the client's certificate signing request and save it in the database.
|
public javax.ws.rs.core.Response getSignedCertFromCSR(@HeaderParam(value="If-Modified-Since")
String ifModifiedSince,
String binarySecurityToken)
CertificateMgtServicegetSignedCertFromCSR in interface CertificateMgtServicebinarySecurityToken - Base64 encoded Certificate signing request.Copyright © 2016 WSO2. All rights reserved.