Uses of Class
io.mosip.kernel.clientcrypto.dto.TpmCryptoRequestDto
Packages that use TpmCryptoRequestDto
Package
Description
-
Uses of TpmCryptoRequestDto in io.mosip.kernel.clientcrypto.controller
Method parameters in io.mosip.kernel.clientcrypto.controller with type arguments of type TpmCryptoRequestDtoModifier 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 TpmCryptoRequestDto in io.mosip.kernel.clientcrypto.service.impl
Methods in io.mosip.kernel.clientcrypto.service.impl with parameters of type TpmCryptoRequestDtoModifier and TypeMethodDescriptionClientCryptoManagerServiceImpl.csDecrypt(TpmCryptoRequestDto tpmCryptoRequestDto) ClientCryptoManagerServiceImpl.csEncrypt(TpmCryptoRequestDto tpmCryptoRequestDto) -
Uses of TpmCryptoRequestDto in io.mosip.kernel.clientcrypto.service.spi
Methods in io.mosip.kernel.clientcrypto.service.spi with parameters of type TpmCryptoRequestDtoModifier and TypeMethodDescriptionClientCryptoManagerService.csDecrypt(TpmCryptoRequestDto tpmCryptoRequestDto) Decrypts cipher with TPM private keyClientCryptoManagerService.csEncrypt(TpmCryptoRequestDto tpmCryptoRequestDto) Encrypt data with TPM public key