public interface CertificateMgtService
| 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.
|
javax.ws.rs.core.Response getSignedCertFromCSR(@HeaderParam(value="If-Modified-Since")
String ifModifiedSince,
String binarySecurityToken)
binarySecurityToken - Base64 encoded Certificate signing request.Copyright © 2016 WSO2. All rights reserved.