Uses of Class
io.mosip.kernel.clientcrypto.dto.TpmCryptoResponseDto
Packages that use TpmCryptoResponseDto
Package
Description
-
Uses of TpmCryptoResponseDto in io.mosip.kernel.clientcrypto.controller
Methods in io.mosip.kernel.clientcrypto.controller that return types with arguments of type TpmCryptoResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<TpmCryptoResponseDto> ClientCryptoController.tpmDecrypt(@Valid io.mosip.kernel.core.http.RequestWrapper<TpmCryptoRequestDto> tpmCryptoRequestDtoRequestWrapper) io.mosip.kernel.core.http.ResponseWrapper<TpmCryptoResponseDto> ClientCryptoController.tpmEncrypt(@Valid io.mosip.kernel.core.http.RequestWrapper<TpmCryptoRequestDto> tpmCryptoRequestDtoRequestWrapper) -
Uses of TpmCryptoResponseDto in io.mosip.kernel.clientcrypto.service.impl
Methods in io.mosip.kernel.clientcrypto.service.impl that return TpmCryptoResponseDtoModifier and TypeMethodDescriptionClientCryptoManagerServiceImpl.csDecrypt(TpmCryptoRequestDto tpmCryptoRequestDto) ClientCryptoManagerServiceImpl.csEncrypt(TpmCryptoRequestDto tpmCryptoRequestDto) -
Uses of TpmCryptoResponseDto in io.mosip.kernel.clientcrypto.service.spi
Methods in io.mosip.kernel.clientcrypto.service.spi that return TpmCryptoResponseDtoModifier and TypeMethodDescriptionClientCryptoManagerService.csDecrypt(TpmCryptoRequestDto tpmCryptoRequestDto) Decrypts cipher with TPM private keyClientCryptoManagerService.csEncrypt(TpmCryptoRequestDto tpmCryptoRequestDto) Encrypt data with TPM public key