Home
last modified time | relevance | path

Searched refs:keyid (Results 1 – 21 of 21) sorted by relevance

/expo/packages/expo-updates/cli/__tests__/
H A Dconfigure-test.ts24 { 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 DconfigureCodeSigningAsync.ts13 type Options = { certificateInput: string; keyInput: string; keyid: string | undefined };
17 { certificateInput, keyInput, keyid }: Options
37 keyid: keyid ?? 'main',
H A DconfigureCodeSigning.ts44 const keyid = args['--keyid']; constant
49 keyid,
/expo/packages/@expo/cli/src/utils/__tests__/
H A Dcodesigning-test.ts180 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 DUpdates-test.ts85 keyid: 'test',
92 keyid: 'test',
100 keyid: 'test',
106 keyid: 'test',
/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts257 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 DUpdates-test.ts42 keyid: 'test',
63 EXUpdatesCodeSigningMetadata: { alg: 'rsa-v1_5-sha256', keyid: 'test' },
/expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/
H A Dserver.ts213 keyid: 'main',
226 keyid: 'main',
242 keyid: 'main',
/expo/packages/@expo/cli/src/utils/__tests__/__snapshots__/
H A Dcodesigning-test.ts.snap3 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 DExpoConfig.ts209 keyid?: string;
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts207 keyid?: string;
/expo/packages/@expo/cli/src/start/server/middleware/
H A DExpoGoManifestHandlerMiddleware.ts162 keyid: codeSigningInfo.keyId,
/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DExpoGoManifestHandlerMiddleware-test.ts295 keyid: 'testkeyid',
397 keyid: 'testkeyid',
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DUpdates-test.ts54 keyid: 'test',
/expo/packages/expo-updates/ios/Tests/
H A DCodeSigningConfigurationSpec.swift71 expect(signatureHeader) == #"sig, keyid="test\"hello\\", alg="rsa-v1_5-sha256""# in spec()
/expo/docs/pages/archive/technical-specs/
H A Dexpo-updates-0.mdx57 - `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 Dcode-signing.mdx90 … debugging, you may wish to change the `keyid` of the new key by modifying the `updates.codeSignin…
/expo/docs/pages/technical-specs/
H A Dexpo-updates-1.mdx60 - `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 Dgenerated.ts511 keyid: Scalars['String'];
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXAppLoaderExpoUpdates.m392 @"keyid": @"expo-root",
/expo/home/graphql/
H A Dtypes.ts2536 keyid: Scalars['String'];
2542 keyid: Scalars['String'];