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