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