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