diff options
-rw-r--r-- | keystore/java/android/security/KeyStore2HalLatest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystore/java/android/security/KeyStore2HalLatest.java b/keystore/java/android/security/KeyStore2HalLatest.java index b6e1cbb4cbb6..123f1c0b8f39 100644 --- a/keystore/java/android/security/KeyStore2HalLatest.java +++ b/keystore/java/android/security/KeyStore2HalLatest.java @@ -23,7 +23,7 @@ package android.security; * and KeyMint (V4) are used. */ class KeyStore2HalVersion { - public byte[] getSupplementaryAttestationInfoHelper(int tag, KeyStore2 ks) + public static byte[] getSupplementaryAttestationInfoHelper(int tag, KeyStore2 ks) throws KeyStoreException { return ks.handleRemoteExceptionWithRetry( (service) -> service.getSupplementaryAttestationInfo(tag)); |