Uses of Class
io.mosip.kernel.keymanagerservice.dto.RevokeKeyResponseDto
Packages that use RevokeKeyResponseDto
Package
Description
-
Uses of RevokeKeyResponseDto in io.mosip.kernel.keymanagerservice.controller
Methods in io.mosip.kernel.keymanagerservice.controller that return types with arguments of type RevokeKeyResponseDtoModifier and TypeMethodDescriptionio.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 invalid input: '&' REF ID. -
Uses of RevokeKeyResponseDto in io.mosip.kernel.keymanagerservice.service
Methods in io.mosip.kernel.keymanagerservice.service that return RevokeKeyResponseDtoModifier and TypeMethodDescriptionKeymanagerService.revokeKey(RevokeKeyRequestDto revokeKeyRequestDto) Key Revocation for the provided appId invalid input: '&' refId. -
Uses of RevokeKeyResponseDto in io.mosip.kernel.keymanagerservice.service.impl
Methods in io.mosip.kernel.keymanagerservice.service.impl that return RevokeKeyResponseDtoModifier and TypeMethodDescriptionKeymanagerServiceImpl.revokeKey(RevokeKeyRequestDto revokeKeyRequest)