Searched refs:SECRET_MESSAGE (Results 1 – 1 of 1) sorted by relevance
65 private static final String SECRET_MESSAGE = "Very secret message"; field in MainActivity210 byte[] encrypted = cipher.doFinal(SECRET_MESSAGE.getBytes()); in tryEncrypt()