| Package | Description |
|---|---|
| io.mosip.kernel.cryptomanager.controller | |
| io.mosip.kernel.cryptomanager.service | |
| io.mosip.kernel.cryptomanager.service.impl |
| Modifier and Type | Method and Description |
|---|---|
io.mosip.kernel.core.http.ResponseWrapper<CryptomanagerResponseDto> |
CryptomanagerController.decrypt(@Valid io.mosip.kernel.core.http.RequestWrapper<CryptomanagerRequestDto> cryptomanagerRequestDto)
Controller for Decrypt the data
|
io.mosip.kernel.core.http.ResponseWrapper<CryptomanagerResponseDto> |
CryptomanagerController.encrypt(@Valid io.mosip.kernel.core.http.RequestWrapper<CryptomanagerRequestDto> cryptomanagerRequestDto)
Controller for Encrypt the data
|
| Modifier and Type | Method and Description |
|---|---|
CryptomanagerResponseDto |
CryptomanagerService.decrypt(CryptomanagerRequestDto cryptoRequestDto)
Decrypt data requested with metadata.
|
CryptomanagerResponseDto |
CryptomanagerService.encrypt(CryptomanagerRequestDto cryptoRequestDto)
Encrypt the data requested with metadata.
|
| Modifier and Type | Method and Description |
|---|---|
CryptomanagerResponseDto |
CryptomanagerServiceImpl.decrypt(CryptomanagerRequestDto cryptoRequestDto) |
CryptomanagerResponseDto |
CryptomanagerServiceImpl.encrypt(CryptomanagerRequestDto cryptoRequestDto) |
Copyright © 2020. All rights reserved.