diff options
Diffstat (limited to 'keystore/java/android/security/KeyChain.java')
-rw-r--r-- | keystore/java/android/security/KeyChain.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keystore/java/android/security/KeyChain.java b/keystore/java/android/security/KeyChain.java index 5b2594dcc9e7..40fb0d3750a8 100644 --- a/keystore/java/android/security/KeyChain.java +++ b/keystore/java/android/security/KeyChain.java @@ -457,9 +457,9 @@ public final class KeyChain { * KeyFactory keyFactory = * KeyFactory.getInstance(key.getAlgorithm(), "AndroidKeyStore"); * KeyInfo keyInfo = keyFactory.getKeySpec(key, KeyInfo.class); - * if (keyInfo.isInsideSecureHardware()) { + * if (keyInfo.isInsideSecureHardware()) { * // The key is bound to the secure hardware of this Android - * }}</pre> + * }}</pre> */ @Deprecated public static boolean isBoundKeyAlgorithm( |