Searched refs:USER_PRIVATE_KEY (Results 1 – 9 of 9) sorted by relevance
97 String userKeyAlias = Credentials.USER_PRIVATE_KEY + alias; in engineGetKey()201 String privateKeyAlias = Credentials.USER_PRIVATE_KEY + alias; in getCertificateForPrivateKeyEntry()268 Date d = getModificationDate(Credentials.USER_PRIVATE_KEY + alias); in engineGetCreationDate()459 if (pkeyAlias != null && pkeyAlias.startsWith(Credentials.USER_PRIVATE_KEY)) { in setPrivateKeyEntry()460 final String keySubalias = pkeyAlias.substring(Credentials.USER_PRIVATE_KEY.length()); in setPrivateKeyEntry()543 Credentials.USER_PRIVATE_KEY + alias, in setPrivateKeyEntry()605 String keyAliasPrefix = Credentials.USER_PRIVATE_KEY; in setSecretKeyEntry()748 String keyAliasInKeystore = Credentials.USER_PRIVATE_KEY + entryAlias; in setSecretKeyEntry()830 Credentials.USER_PRIVATE_KEY + alias, in setWrappedKeyEntry()832 Credentials.USER_PRIVATE_KEY + entry.getWrappingKeyAlias(), in setWrappedKeyEntry()[all …]
68 if (keyAliasInKeystore.startsWith(Credentials.USER_PRIVATE_KEY)) { in engineGetKeySpec()69 entryAlias = keyAliasInKeystore.substring(Credentials.USER_PRIVATE_KEY.length()); in engineGetKeySpec()
67 if (keyAliasInKeystore.startsWith(Credentials.USER_PRIVATE_KEY)) { in engineGetKeySpec()68 entryAlias = keyAliasInKeystore.substring(Credentials.USER_PRIVATE_KEY.length()); in engineGetKeySpec()
314 String keyAliasInKeystore = Credentials.USER_PRIVATE_KEY + spec.getKeystoreAlias(); in engineGenerateKey()
468 final String privateKeyAlias = Credentials.USER_PRIVATE_KEY + mEntryAlias; in generateKeyPair()
58 public static final String USER_PRIVATE_KEY = "USRPKEY_"; field in Credentials240 int ret = keystore.delete2(Credentials.USER_PRIVATE_KEY + alias, uid); in deleteUserKeyTypeForAlias()
74 String keystoreAlias = Credentials.USER_PRIVATE_KEY + getInternalAlias(userId, uid, alias); in getGrantAlias()
144 private static final String USER_PRIVATE_KEY = "USRPKEY_"; field in WifiEnterpriseConfig911 setFieldValue(PRIVATE_KEY_ID_KEY, alias, USER_PRIVATE_KEY); in setClientCertificateAlias()
1940 privateKey = Credentials.USER_PRIVATE_KEY + profile.ipsecUserCert;