Uses of Class
io.getlime.powerauth.soap.v2.GetNonPersonalizedEncryptionKeyResponse
-
Packages that use GetNonPersonalizedEncryptionKeyResponse Package Description io.getlime.powerauth.soap.v2 io.getlime.security.powerauth.soap.spring.client -
-
Uses of GetNonPersonalizedEncryptionKeyResponse in io.getlime.powerauth.soap.v2
Methods in io.getlime.powerauth.soap.v2 that return GetNonPersonalizedEncryptionKeyResponse Modifier and Type Method Description GetNonPersonalizedEncryptionKeyResponseObjectFactory. createGetNonPersonalizedEncryptionKeyResponse()Create an instance ofGetNonPersonalizedEncryptionKeyResponse -
Uses of GetNonPersonalizedEncryptionKeyResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return GetNonPersonalizedEncryptionKeyResponse Modifier and Type Method Description GetNonPersonalizedEncryptionKeyResponsePowerAuthServiceClient.PowerAuthServiceClientV2. generateNonPersonalizedE2EEncryptionKey(GetNonPersonalizedEncryptionKeyRequest request)Call the generateNonPersonalizedE2EEncryptionKey method of the PowerAuth 2.0 Server SOAP interface.GetNonPersonalizedEncryptionKeyResponsePowerAuthServiceClient.PowerAuthServiceClientV2. generateNonPersonalizedE2EEncryptionKey(java.lang.String applicationKey, java.lang.String ephemeralPublicKeyBase64, java.lang.String sessionIndex)Call the generateNonPersonalizedE2EEncryptionKey method of the PowerAuth 2.0 Server SOAP interface and get newly generated derived encryption key.
-