Home
last modified time | relevance | path

Searched refs:SECRET_MESSAGE (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DMainActivity.java65 private static final String SECRET_MESSAGE = "Very secret message"; field in MainActivity
210 byte[] encrypted = cipher.doFinal(SECRET_MESSAGE.getBytes()); in tryEncrypt()