Uses of Class
io.mosip.kernel.clientcrypto.dto.PublicKeyRequestDto
Packages that use PublicKeyRequestDto
Package
Description
-
Uses of PublicKeyRequestDto in io.mosip.kernel.clientcrypto.controller
Method parameters in io.mosip.kernel.clientcrypto.controller with type arguments of type PublicKeyRequestDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<PublicKeyResponseDto> ClientCryptoController.getEncPublicKey(@Valid io.mosip.kernel.core.http.RequestWrapper<PublicKeyRequestDto> publicKeyRequestDtoRequestWrapper) io.mosip.kernel.core.http.ResponseWrapper<PublicKeyResponseDto> ClientCryptoController.getSigningPublicKey(@Valid io.mosip.kernel.core.http.RequestWrapper<PublicKeyRequestDto> publicKeyRequestDtoRequestWrapper) -
Uses of PublicKeyRequestDto in io.mosip.kernel.clientcrypto.service.impl
Methods in io.mosip.kernel.clientcrypto.service.impl with parameters of type PublicKeyRequestDtoModifier and TypeMethodDescriptionClientCryptoManagerServiceImpl.getEncPublicKey(PublicKeyRequestDto publicKeyRequestDto) ClientCryptoManagerServiceImpl.getSigningPublicKey(PublicKeyRequestDto publicKeyRequestDto) -
Uses of PublicKeyRequestDto in io.mosip.kernel.clientcrypto.service.spi
Methods in io.mosip.kernel.clientcrypto.service.spi with parameters of type PublicKeyRequestDtoModifier and TypeMethodDescriptionClientCryptoManagerService.getEncPublicKey(PublicKeyRequestDto publicKeyRequestDto) Returns TPM encryption public keyClientCryptoManagerService.getSigningPublicKey(PublicKeyRequestDto publicKeyRequestDto) Returns TPM public key