| /expo/packages/expo-updates/cli/__tests__/ |
| H A D | configure-test.ts | 24 { keyid: undefined, expectedKeyId: 'main' }, 25 { keyid: 'blah', expectedKeyId: 'blah' }, 26 ])('with %p', ({ keyid, expectedKeyId }) => { 67 keyid, 75 keyid: expectedKeyId, 114 keyid: undefined,
|
| /expo/packages/expo-updates/cli/ |
| H A D | configureCodeSigningAsync.ts | 13 type Options = { certificateInput: string; keyInput: string; keyid: string | undefined }; 17 { certificateInput, keyInput, keyid }: Options 37 keyid: keyid ?? 'main',
|
| H A D | configureCodeSigning.ts | 44 const keyid = args['--keyid']; constant 49 keyid,
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | codesigning-test.ts | 180 codeSigningMetadata: { keyid: 'test', alg: 'rsa-v1_5-sha256' }, 223 codeSigningMetadata: { keyid: 'test2', alg: 'rsa-v1_5-sha256' }, 236 codeSigningMetadata: { keyid: 'test', alg: 'fake' }, 251 codeSigningMetadata: { keyid: 'test', alg: 'rsa-v1_5-sha256' },
|
| /expo/packages/@expo/config-plugins/src/utils/__tests__/ |
| H A D | Updates-test.ts | 85 keyid: 'test', 92 keyid: 'test', 100 keyid: 'test', 106 keyid: 'test',
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | codesigning.ts | 257 const { alg, keyid } = codeSigningMetadata; constant 258 if (!alg || !keyid) { 264 if (expectedKeyId !== keyid) { 265 throw new CommandError(`keyid mismatch: client=${expectedKeyId}, project=${keyid}`); 279 keyId: keyid,
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Updates-test.ts | 42 keyid: 'test', 63 EXUpdatesCodeSigningMetadata: { alg: 'rsa-v1_5-sha256', keyid: 'test' },
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/ |
| H A D | server.ts | 213 keyid: 'main', 226 keyid: 'main', 242 keyid: 'main',
|
| /expo/packages/@expo/cli/src/utils/__tests__/__snapshots__/ |
| H A D | codesigning-test.ts.snap | 3 exports[`getCodeSigningInfoAsync expo-root keyid requested online normal case gets a development ce… 108 exports[`getCodeSigningInfoAsync non expo-root certificate keyid requested normal case gets the con…
|
| /expo/packages/@expo/config-types/src/ |
| H A D | ExpoConfig.ts | 209 keyid?: string;
|
| /expo/packages/@expo/config-types/build/ |
| H A D | ExpoConfig.d.ts | 207 keyid?: string;
|
| /expo/packages/@expo/cli/src/start/server/middleware/ |
| H A D | ExpoGoManifestHandlerMiddleware.ts | 162 keyid: codeSigningInfo.keyId,
|
| /expo/packages/@expo/cli/src/start/server/middleware/__tests__/ |
| H A D | ExpoGoManifestHandlerMiddleware-test.ts | 295 keyid: 'testkeyid', 397 keyid: 'testkeyid',
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Updates-test.ts | 54 keyid: 'test',
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | CodeSigningConfigurationSpec.swift | 71 expect(signatureHeader) == #"sig, keyid="test\"hello\\", alg="rsa-v1_5-sha256""# in spec()
|
| /expo/docs/pages/archive/technical-specs/ |
| H A D | expo-updates-0.mdx | 57 - `keyid` SHOULD contain the keyId of the public key the client will use to verify the signature 66 expo-expect-signature: sig, keyid="root", alg="rsa-v1_5-sha256" 98 …- `keyid` MAY contain the keyId of the key the server used to sign the response. The client SHOULD… 99 …HOULD use this field only if it matches the algorithm defined for the certificate matching `keyid`.
|
| /expo/docs/pages/eas-update/ |
| H A D | code-signing.mdx | 90 … debugging, you may wish to change the `keyid` of the new key by modifying the `updates.codeSignin…
|
| /expo/docs/pages/technical-specs/ |
| H A D | expo-updates-1.mdx | 60 - `keyid` SHOULD contain the keyId of the public key the client will use to verify the signature 70 expo-expect-signature: sig, keyid="root", alg="rsa-v1_5-sha256" 109 …- `keyid` MAY contain the keyId of the key the server used to sign the response. The client SHOULD… 110 …HOULD use this field only if it matches the algorithm defined for the certificate matching `keyid`.
|
| /expo/packages/@expo/cli/src/graphql/ |
| H A D | generated.ts | 511 keyid: Scalars['String'];
|
| /expo/ios/Exponent/Kernel/AppLoader/ |
| H A D | EXAppLoaderExpoUpdates.m | 392 @"keyid": @"expo-root",
|
| /expo/home/graphql/ |
| H A D | types.ts | 2536 keyid: Scalars['String']; 2542 keyid: Scalars['String'];
|