Uses of Class
io.mosip.kernel.clientcrypto.dto.PublicKeyResponseDto
-
Packages that use PublicKeyResponseDto Package Description io.mosip.kernel.clientcrypto.controller io.mosip.kernel.clientcrypto.service.impl io.mosip.kernel.clientcrypto.service.spi -
-
Uses of PublicKeyResponseDto in io.mosip.kernel.clientcrypto.controller
Methods in io.mosip.kernel.clientcrypto.controller that return types with arguments of type PublicKeyResponseDto Modifier and Type Method Description ResponseWrapper<PublicKeyResponseDto>ClientCryptoController. getEncPublicKey(@Valid RequestWrapper<PublicKeyRequestDto> publicKeyRequestDtoRequestWrapper)ResponseWrapper<PublicKeyResponseDto>ClientCryptoController. getSigningPublicKey(@Valid RequestWrapper<PublicKeyRequestDto> publicKeyRequestDtoRequestWrapper) -
Uses of PublicKeyResponseDto in io.mosip.kernel.clientcrypto.service.impl
Methods in io.mosip.kernel.clientcrypto.service.impl that return PublicKeyResponseDto Modifier and Type Method Description PublicKeyResponseDtoClientCryptoManagerServiceImpl. getEncPublicKey(PublicKeyRequestDto publicKeyRequestDto)PublicKeyResponseDtoClientCryptoManagerServiceImpl. getSigningPublicKey(PublicKeyRequestDto publicKeyRequestDto) -
Uses of PublicKeyResponseDto in io.mosip.kernel.clientcrypto.service.spi
Methods in io.mosip.kernel.clientcrypto.service.spi that return PublicKeyResponseDto Modifier and Type Method Description PublicKeyResponseDtoClientCryptoManagerService. getEncPublicKey(PublicKeyRequestDto publicKeyRequestDto)Returns TPM encryption public keyPublicKeyResponseDtoClientCryptoManagerService. getSigningPublicKey(PublicKeyRequestDto publicKeyRequestDto)Returns TPM public key
-