Uses of Class
io.getlime.powerauth.soap.v3.PrepareActivationResponse
-
Packages that use PrepareActivationResponse Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of PrepareActivationResponse in io.getlime.powerauth.soap.v3
Methods in io.getlime.powerauth.soap.v3 that return PrepareActivationResponse Modifier and Type Method Description PrepareActivationResponseObjectFactory. createPrepareActivationResponse()Create an instance ofPrepareActivationResponse -
Uses of PrepareActivationResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return PrepareActivationResponse Modifier and Type Method Description PrepareActivationResponsePowerAuthServiceClient. prepareActivation(PrepareActivationRequest request)Call the prepareActivation method of the PowerAuth 3.0 Server SOAP interface.PrepareActivationResponsePowerAuthServiceClient. prepareActivation(java.lang.String activationCode, java.lang.String applicationKey, java.lang.String ephemeralPublicKey, java.lang.String encryptedData, java.lang.String mac)Call the prepareActivation method of the PowerAuth 3.0 Server SOAP interface.
-