| Package | Description |
|---|---|
| io.mosip.kernel.keymanagerservice.controller | |
| io.mosip.kernel.keymanagerservice.service | |
| io.mosip.kernel.keymanagerservice.service.impl |
| Modifier and Type | Method and Description |
|---|---|
io.mosip.kernel.core.http.ResponseWrapper<PublicKeyResponse<String>> |
KeymanagerController.getPublicKey(String applicationId,
String timestamp,
Optional<String> referenceId)
Request mapping to get Public Key
|
| Modifier and Type | Method and Description |
|---|---|
PublicKeyResponse<String> |
KeymanagerService.getPublicKey(String applicationId,
String timeStamp,
Optional<String> referenceId)
Function to get public key
|
PublicKeyResponse<String> |
KeymanagerService.getSignPublicKey(String applicationId,
String timeStamp,
Optional<String> referenceId) |
| Modifier and Type | Method and Description |
|---|---|
PublicKeyResponse<String> |
KeymanagerServiceImpl.getPublicKey(String applicationId,
String timeStamp,
Optional<String> referenceId) |
PublicKeyResponse<String> |
KeymanagerServiceImpl.getSignPublicKey(String applicationId,
String timestamp,
Optional<String> referenceId) |
Copyright © 2020. All rights reserved.