Searched refs:encrypted (Results 1 – 2 of 2) sorted by relevance
195 private void showConfirmation(byte[] encrypted) { in showConfirmation() argument197 if (encrypted != null) { in showConfirmation()200 v.setText(Base64.encodeToString(encrypted, 0 /* flags */)); in showConfirmation()210 byte[] encrypted = cipher.doFinal(SECRET_MESSAGE.getBytes()); in tryEncrypt()211 showConfirmation(encrypted); in tryEncrypt()
163 private void showConfirmation(byte[] encrypted) { in showConfirmation() argument165 if (encrypted != null) { in showConfirmation()168 v.setText(Base64.encodeToString(encrypted, 0 /* flags */)); in showConfirmation()