Uses of Class
io.mosip.kernel.keymanagerservice.dto.RevokeKeyResponseDto
-
Packages that use RevokeKeyResponseDto Package Description io.mosip.kernel.keymanagerservice.controller io.mosip.kernel.keymanagerservice.service io.mosip.kernel.keymanagerservice.service.impl -
-
Uses of RevokeKeyResponseDto in io.mosip.kernel.keymanagerservice.controller
Methods in io.mosip.kernel.keymanagerservice.controller that return types with arguments of type RevokeKeyResponseDto Modifier and Type Method Description io.mosip.kernel.core.http.ResponseWrapper<RevokeKeyResponseDto>KeymanagerController. revokeKey(@Valid io.mosip.kernel.core.http.RequestWrapper<RevokeKeyRequestDto> revokeKeyRequestDto)Request to Revoke Base Key for the provided APP ID & REF ID. -
Uses of RevokeKeyResponseDto in io.mosip.kernel.keymanagerservice.service
Methods in io.mosip.kernel.keymanagerservice.service that return RevokeKeyResponseDto Modifier and Type Method Description RevokeKeyResponseDtoKeymanagerService. revokeKey(RevokeKeyRequestDto revokeKeyRequestDto)Key Revocation for the provided appId & refId. -
Uses of RevokeKeyResponseDto in io.mosip.kernel.keymanagerservice.service.impl
Methods in io.mosip.kernel.keymanagerservice.service.impl that return RevokeKeyResponseDto Modifier and Type Method Description RevokeKeyResponseDtoKeymanagerServiceImpl. revokeKey(RevokeKeyRequestDto revokeKeyRequest)
-