Searched refs:SECRET_BYTE_ARRAY (Results 1 – 1 of 1) sorted by relevance
57 private static final byte[] SECRET_BYTE_ARRAY = new byte[] {1, 2, 3, 4, 5, 6}; field in MainActivity110 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncrypt()