Home
last modified time | relevance | path

Searched refs:privateKey (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts34 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 Dserver.ts175 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 Dcodesigning-test.ts173 'keys/private-key.pem': mockSelfSigned.privateKey,
272 privateKey: mockSelfSigned.privateKey,
283 privateKey: mockSelfSigned.privateKey,
/expo/packages/@expo/cli/src/utils/__tests__/fixtures/
H A Dcertificates.ts20 privateKey: `-----BEGIN RSA PRIVATE KEY-----
/expo/packages/@expo/cli/src/utils/__tests__/__snapshots__/
H A Dcodesigning-test.ts.snap76 "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 DHybridAESEncryptor.kt88 cipher.init(Cipher.DECRYPT_MODE, keyStoreEntry.privateKey) in decryptItem()
/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DExpoGoManifestHandlerMiddleware-test.ts287 'custom/private/key/path/private-key.pem': mockSelfSigned.privateKey,
387 'custom/private/key/path/private-key.pem': mockSelfSigned.privateKey,