Uses of Class
io.mosip.kernel.clientcrypto.dto.TpmCryptoRequestDto
-
Packages that use TpmCryptoRequestDto Package Description io.mosip.kernel.clientcrypto.controller io.mosip.kernel.clientcrypto.service.impl io.mosip.kernel.clientcrypto.service.spi -
-
Uses of TpmCryptoRequestDto in io.mosip.kernel.clientcrypto.controller
Method parameters in io.mosip.kernel.clientcrypto.controller with type arguments of type TpmCryptoRequestDto Modifier and Type Method Description ResponseWrapper<TpmCryptoResponseDto>ClientCryptoController. tpmDecrypt(@Valid RequestWrapper<TpmCryptoRequestDto> tpmCryptoRequestDtoRequestWrapper)ResponseWrapper<TpmCryptoResponseDto>ClientCryptoController. tpmEncrypt(@Valid 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 TpmCryptoRequestDto Modifier and Type Method Description TpmCryptoResponseDtoClientCryptoManagerServiceImpl. csDecrypt(TpmCryptoRequestDto tpmCryptoRequestDto)TpmCryptoResponseDtoClientCryptoManagerServiceImpl. 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 TpmCryptoRequestDto Modifier and Type Method Description TpmCryptoResponseDtoClientCryptoManagerService. csDecrypt(TpmCryptoRequestDto tpmCryptoRequestDto)Decrypts cipher with TPM private keyTpmCryptoResponseDtoClientCryptoManagerService. csEncrypt(TpmCryptoRequestDto tpmCryptoRequestDto)Encrypt data with TPM public key
-