Searched refs:privateKey (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/@expo/cli/src/utils/ |
| H A D | codesigning.ts | 34 privateKey: string; 55 privateKey: string | null; 112 privateKey: null, 280 privateKey: privateKeyPEM, 317 privateKey, 336 privateKey: privateKeyPEM, constant 361 privateKey: privateKeyPEM, 401 privateKey: keyPairPEM.privateKeyPEM, 409 privateKey: keyPairPEM.privateKeyPEM, 420 const privateKey = convertPrivateKeyPEMToPrivateKey(codeSigningInfo.privateKey); constant [all …]
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/ |
| H A D | server.ts | 175 privateKey: crypto.KeyLike | crypto.SignKeyObjectInput | crypto.SignPrivateKeyInput 180 return sign.sign(privateKey, 'base64'); 208 const privateKey = await getPrivateKeyAsync(projectRoot); constant 210 const hashSignature = signRSASHA256(manifestString, privateKey); 221 const privateKey = await getPrivateKeyAsync(projectRoot); constant 223 const hashSignature = signRSASHA256(manifestString, privateKey); 237 const privateKey = await getPrivateKeyAsync(projectRoot); constant 239 const hashSignature = signRSASHA256(directiveString, privateKey);
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | codesigning-test.ts | 173 'keys/private-key.pem': mockSelfSigned.privateKey, 272 privateKey: mockSelfSigned.privateKey, 283 privateKey: mockSelfSigned.privateKey,
|
| /expo/packages/@expo/cli/src/utils/__tests__/fixtures/ |
| H A D | certificates.ts | 20 privateKey: `-----BEGIN RSA PRIVATE KEY-----
|
| /expo/packages/@expo/cli/src/utils/__tests__/__snapshots__/ |
| H A D | codesigning-test.ts.snap | 76 "privateKey": "-----BEGIN RSA PRIVATE KEY----- 130 "privateKey": "-----BEGIN RSA PRIVATE KEY-----
|
| /expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/encryptors/ |
| H A D | HybridAESEncryptor.kt | 88 cipher.init(Cipher.DECRYPT_MODE, keyStoreEntry.privateKey) in decryptItem()
|
| /expo/packages/@expo/cli/src/start/server/middleware/__tests__/ |
| H A D | ExpoGoManifestHandlerMiddleware-test.ts | 287 'custom/private/key/path/private-key.pem': mockSelfSigned.privateKey, 387 'custom/private/key/path/private-key.pem': mockSelfSigned.privateKey,
|