Searched refs:PURPOSE_SIGN (Results 1 – 11 of 11) sorted by relevance
21 import static android.security.keystore.KeyProperties.PURPOSE_SIGN;91 new KeyGenParameterSpec.Builder(alias, PURPOSE_SIGN | PURPOSE_VERIFY) in generateAttestationKeyPair()
71 PURPOSE_SIGN,92 public static final int PURPOSE_SIGN = 1 << 2; field in KeyProperties137 case PURPOSE_SIGN: in toKeymaster()159 return PURPOSE_SIGN; in fromKeymaster()
149 new KeyGenParameterSpec.Builder(keystoreAlias, KeyProperties.PURPOSE_SIGN) in attestDeviceIds()
37 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
424 final int allowedPurposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY in hasOnlyAllowedPurposeForEd25519()510 KeyProperties.PURPOSE_SIGN in buildKeyGenParameterSpecFromLegacy()527 | KeyProperties.PURPOSE_SIGN in buildKeyGenParameterSpecFromLegacy()1060 if ((spec.getPurposes() & KeyProperties.PURPOSE_SIGN) == 0) { in getCertificateSignatureAlgorithm()
306 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY); in getLegacyKeyProtectionParameter()321 | KeyProperties.PURPOSE_SIGN in getLegacyKeyProtectionParameter()
123 GOLDEN_ALIAS, KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY) in AttestationVerificationSelfTrustedVerifierForTesting()
46 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
196 KeyProperties.PURPOSE_SIGN or KeyProperties.PURPOSE_VERIFY in <lambda>()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39866 field public static final int PURPOSE_SIGN = 4; // 0x4