Home
last modified time | relevance | path

Searched refs:certificateChain (Results 1 – 22 of 22) sorted by relevance

/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/CodeSigning/
H A DEXUpdatesCodeSigningConfiguration.swift85 let certificateChain: ABI48_0_0EXUpdatesCertificateChain variable
87 certificateChain = try ABI48_0_0EXUpdatesCertificateChain(
102certificateChain = try ABI48_0_0EXUpdatesCertificateChain(certificateStrings: [embeddedCertificate…
112 let (secCertificate, _) = try certificateChain.codeSigningCertificate()
124 … expoProjectInformation: try certificateChain.codeSigningCertificate().1.expoProjectInformation())
H A DEXUpdatesCertificateChain.swift52 let certificateChain = try certificateStrings.map { certificateString throws in in codeSigningCertificate() variable
55 try certificateChain.validateChain() in codeSigningCertificate()
57 let leafCertificate = certificateChain.first! in codeSigningCertificate()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/CodeSigning/
H A DCodeSigningConfiguration.swift86 let certificateChain: CertificateChain variable
88 certificateChain = try CertificateChain(
105 certificateChain = try CertificateChain(certificateStrings: [embeddedCertificateString])
115 let (secCertificate, _) = try certificateChain.codeSigningCertificate()
128 … expoProjectInformation: try certificateChain.codeSigningCertificate().1.expoProjectInformation()
H A DCertificateChain.swift51 let certificateChain = try certificateStrings.map { certificateString throws in in codeSigningCertificate() variable
54 try certificateChain.validateChain() in codeSigningCertificate()
56 let leafCertificate = certificateChain.first! in codeSigningCertificate()
/expo/packages/expo-updates/ios/EXUpdates/CodeSigning/
H A DCodeSigningConfiguration.swift85 let certificateChain: CertificateChain variable
87 certificateChain = try CertificateChain(
104 certificateChain = try CertificateChain(certificateStrings: [embeddedCertificateString])
114 let (secCertificate, _) = try certificateChain.codeSigningCertificate()
127 … expoProjectInformation: try certificateChain.codeSigningCertificate().1.expoProjectInformation()
H A DCertificateChain.swift50 let certificateChain = try certificateStrings.map { certificateString throws in in codeSigningCertificate() variable
53 try certificateChain.validateChain() in codeSigningCertificate()
55 let leafCertificate = certificateChain.first! in codeSigningCertificate()
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/CodeSigning/
H A DEXUpdatesCodeSigningConfiguration.swift85 let certificateChain: ABI47_0_0EXUpdatesCertificateChain variable
87 certificateChain = try ABI47_0_0EXUpdatesCertificateChain(
102certificateChain = try ABI47_0_0EXUpdatesCertificateChain(certificateStrings: [embeddedCertificate…
112 let (secCertificate, _) = try certificateChain.codeSigningCertificate()
124 … expoProjectInformation: try certificateChain.codeSigningCertificate().1.expoProjectInformation())
H A DEXUpdatesCertificateChain.swift52 let certificateChain = try certificateStrings.map { certificateString throws in in codeSigningCertificate() variable
55 try certificateChain.validateChain() in codeSigningCertificate()
57 let leafCertificate = certificateChain.first! in codeSigningCertificate()
/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts56 certificateChain: string[] | null;
113 certificateChain: null,
337 certificateChain: certificatePEMs, constant
344 const certificateChain = certificatePEMs.map((certificatePEM) => constant
349 const leafCertificate = certificateChain[0];
402 certificateChain: [developmentSigningCertificate, expoGoIntermediateCertificate],
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/codesigning/
H A DCertificateChain.kt36 val certificateChain = certificateStrings.map { constructCertificate(it) } in <lambda>() constant
37 certificateChain.validateChain() in <lambda>()
38 val leafCertificate = certificateChain[0] in <lambda>()
H A DCodeSigningConfiguration.kt64 val certificateChain = if (includeManifestResponseCertificateChain) { in validateSignatureInternal() constant
94 initVerify(certificateChain.codeSigningCertificate.publicKey) in validateSignatureInternal()
100 certificateChain.codeSigningCertificate.expoProjectInformation() in validateSignatureInternal()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/codesigning/
H A DCertificateChain.kt36 val certificateChain = certificateStrings.map { constructCertificate(it) } in <lambda>() constant
37 certificateChain.validateChain() in <lambda>()
38 val leafCertificate = certificateChain[0] in <lambda>()
H A DCodeSigningConfiguration.kt64 val certificateChain = if (includeManifestResponseCertificateChain) { in validateSignatureInternal() constant
94 initVerify(certificateChain.codeSigningCertificate.publicKey) in validateSignatureInternal()
100 certificateChain.codeSigningCertificate.expoProjectInformation() in validateSignatureInternal()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/codesigning/
H A DCertificateChain.kt36 val certificateChain = certificateStrings.map { constructCertificate(it) } in <lambda>() constant
37 certificateChain.validateChain() in <lambda>()
38 val leafCertificate = certificateChain[0] in <lambda>()
H A DCodeSigningConfiguration.kt64 val certificateChain = if (includeManifestResponseCertificateChain) { in validateSignatureInternal() constant
94 initVerify(certificateChain.codeSigningCertificate.publicKey) in validateSignatureInternal()
100 certificateChain.codeSigningCertificate.expoProjectInformation() in validateSignatureInternal()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/codesigning/
H A DCertificateChain.kt36 val certificateChain = certificateStrings.map { constructCertificate(it) } in <lambda>() constant
37 certificateChain.validateChain() in <lambda>()
38 val leafCertificate = certificateChain[0] in <lambda>()
H A DCodeSigningConfiguration.kt64 val certificateChain = if (includeManifestResponseCertificateChain) { in validateSignatureInternal() constant
94 initVerify(certificateChain.codeSigningCertificate.publicKey) in validateSignatureInternal()
100 certificateChain.codeSigningCertificate.expoProjectInformation() in validateSignatureInternal()
/expo/packages/expo-updates/ios/Tests/
H A DFileDownloaderManifestParsingSpec.swift67 certificateChain: nil, in spec()
108 certificateChain: nil, in spec()
150 certificateChain: nil, in spec()
186 certificateChain: nil, in spec()
388 certificateChain: nil, in spec()
472certificateChain: "\(getTestCertificate(.chainLeaf))\(getTestCertificate(.chainIntermediate))", in spec()
521certificateChain: "\(getTestCertificate(.chainLeaf))\(getTestCertificate(.chainIntermediate))", in spec()
566certificateChain: "\(getTestCertificate(.chainLeaf))\(getTestCertificate(.chainIntermediate))", in spec()
623 certificateChain: String?,
644 if let certificateChain = certificateChain { variable
[all …]
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DFileDownloader.swift538 let certificateChain = certificateChainStringData.let { it -> String? in variable
590 certificateChainFromManifestResponse: certificateChain
606 certificateChainFromManifestResponse: certificateChain,
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DFileDownloader.swift538 let certificateChain = certificateChainStringData.let { it -> String? in variable
590 certificateChainFromManifestResponse: certificateChain
606 certificateChainFromManifestResponse: certificateChain,
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/
H A DABI48_0_0EXUpdatesFileDownloader.m302 NSString *certificateChain = nil;
304certificateChain = [[NSString alloc] initWithData:certificateChainStringData encoding:NSUTF8String…
317 certificateChainFromManifestResponse:certificateChain
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/
H A DABI47_0_0EXUpdatesFileDownloader.m302 NSString *certificateChain = nil;
304certificateChain = [[NSString alloc] initWithData:certificateChainStringData encoding:NSUTF8String…
317 certificateChainFromManifestResponse:certificateChain