Searched refs:base64Response (Results 1 – 1 of 1) sorted by relevance
1332 String base64Response = in testEapSimAuthentication() local1337 byte[] response = Base64.decode(base64Response, Base64.DEFAULT); in testEapSimAuthentication()1353 String base64Response = in testEapAkaAuthentication() local1359 assertWithMessage("UICC returned null for EAP-AKA auth").that(base64Response).isNotNull(); in testEapAkaAuthentication()1360 byte[] response = Base64.decode(base64Response, Base64.NO_WRAP); in testEapAkaAuthentication()