Uses of Class
io.getlime.powerauth.soap.v2.GetPersonalizedEncryptionKeyResponse
-
Packages that use GetPersonalizedEncryptionKeyResponse Package Description io.getlime.powerauth.soap.v2 io.getlime.security.powerauth.soap.spring.client -
-
Uses of GetPersonalizedEncryptionKeyResponse in io.getlime.powerauth.soap.v2
Methods in io.getlime.powerauth.soap.v2 that return GetPersonalizedEncryptionKeyResponse Modifier and Type Method Description GetPersonalizedEncryptionKeyResponseObjectFactory. createGetPersonalizedEncryptionKeyResponse()Create an instance ofGetPersonalizedEncryptionKeyResponse -
Uses of GetPersonalizedEncryptionKeyResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return GetPersonalizedEncryptionKeyResponse Modifier and Type Method Description GetPersonalizedEncryptionKeyResponsePowerAuthServiceClient.PowerAuthServiceClientV2. generatePersonalizedE2EEncryptionKey(GetPersonalizedEncryptionKeyRequest request)Call the generatePersonalizedE2EEncryptionKey method of the PowerAuth 2.0 Server SOAP interface.GetPersonalizedEncryptionKeyResponsePowerAuthServiceClient.PowerAuthServiceClientV2. generatePersonalizedE2EEncryptionKey(java.lang.String activationId, java.lang.String sessionIndex)Call the generatePersonalizedE2EEncryptionKey method of the PowerAuth 2.0 Server SOAP interface and get newly generated derived encryption key.
-