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