public interface VirtualFireAlarmScepServer
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
scepRequest(String operation,
String message)
This is an API called/used by the SCEP Client of the VirtualFirealarm device in its SCEP enrollment process.
|
javax.ws.rs.core.Response |
scepRequestPost(String operation,
InputStream inputStream)
This is an API called/used by the SCEP Client of the VirtualFirealarm device in its SCEP enrollment process.
|
javax.ws.rs.core.Response scepRequest(String operation, String message)
operation - the SCEP operation requested by the client. [GetCACert] or [GetCACaps]message - any messages pertaining to the requested SCEP Operation.javax.ws.rs.core.Response scepRequestPost(String operation, InputStream inputStream)
operation - the final SCEP operation executed in the enrollment process - which is [PKIOperation]inputStream - an input stream consisting of the Certificate-Signing-Request (CSR) from the device.Copyright © 2016 WSO2. All rights reserved.