Uses of Class
io.getlime.powerauth.soap.v3.VaultUnlockResponse
-
Packages that use VaultUnlockResponse Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of VaultUnlockResponse in io.getlime.powerauth.soap.v3
Methods in io.getlime.powerauth.soap.v3 that return VaultUnlockResponse Modifier and Type Method Description VaultUnlockResponseObjectFactory. createVaultUnlockResponse()Create an instance ofVaultUnlockResponse -
Uses of VaultUnlockResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return VaultUnlockResponse Modifier and Type Method Description VaultUnlockResponsePowerAuthServiceClient. unlockVault(VaultUnlockRequest request)Call the vaultUnlock method of the PowerAuth 3.0 Server SOAP interface.VaultUnlockResponsePowerAuthServiceClient. unlockVault(java.lang.String activationId, java.lang.String applicationKey, java.lang.String signature, SignatureType signatureType, java.lang.String signedData, java.lang.String ephemeralPublicKey, java.lang.String encryptedData, java.lang.String mac)Call the vaultUnlock method of the PowerAuth 3.0 Server SOAP interface.
-