Uses of Class
io.mosip.kernel.clientcrypto.dto.TpmSignRequestDto
-
Packages that use TpmSignRequestDto Package Description io.mosip.kernel.clientcrypto.controller io.mosip.kernel.clientcrypto.service.impl io.mosip.kernel.clientcrypto.service.spi -
-
Uses of TpmSignRequestDto in io.mosip.kernel.clientcrypto.controller
Method parameters in io.mosip.kernel.clientcrypto.controller with type arguments of type TpmSignRequestDto Modifier and Type Method Description ResponseWrapper<TpmSignResponseDto>ClientCryptoController. signData(@Valid RequestWrapper<TpmSignRequestDto> tpmSignRequestDtoRequestWrapper) -
Uses of TpmSignRequestDto in io.mosip.kernel.clientcrypto.service.impl
Methods in io.mosip.kernel.clientcrypto.service.impl with parameters of type TpmSignRequestDto Modifier and Type Method Description TpmSignResponseDtoClientCryptoManagerServiceImpl. csSign(TpmSignRequestDto tpmSignRequestDto) -
Uses of TpmSignRequestDto in io.mosip.kernel.clientcrypto.service.spi
Methods in io.mosip.kernel.clientcrypto.service.spi with parameters of type TpmSignRequestDto Modifier and Type Method Description TpmSignResponseDtoClientCryptoManagerService. csSign(TpmSignRequestDto tpmSignRequestDto)Signs with TPM private key
-