| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/CodeSigning/ |
| H A D | EXUpdatesCodeSigningConfiguration.swift | 22 @objc private(set) public var expoProjectInformation: ABI48_0_0EXUpdatesExpoProjectInformation? variable 24 …required init(validationResult: ABI48_0_0EXUpdatesValidationResult, expoProjectInformation: ABI48_… 26 self.expoProjectInformation = expoProjectInformation 71 …onResult(validationResult: ABI48_0_0EXUpdatesValidationResult.Skipped, expoProjectInformation: nil) 124 … expoProjectInformation: try certificateChain.codeSigningCertificate().1.expoProjectInformation())
|
| H A D | EXUpdatesCertificateChain.swift | 157 func expoProjectInformation() throws -> ABI48_0_0EXUpdatesExpoProjectInformation? { in expoProjectInformation() function 197 var lastExpoProjectInformation = try rootX509Cert.expoProjectInformation() in validateChain() 201 let currProjectInformation = try x509Cert.expoProjectInformation() in validateChain()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/CodeSigning/ |
| H A D | CodeSigningConfiguration.swift | 20 private(set) internal var expoProjectInformation: ExpoProjectInformation? variable 22 …required init(validationResult: ValidationResult, expoProjectInformation: ExpoProjectInformation?)… 24 self.expoProjectInformation = expoProjectInformation 70 … SignatureValidationResult(validationResult: ValidationResult.skipped, expoProjectInformation: nil) 128 … expoProjectInformation: try certificateChain.codeSigningCertificate().1.expoProjectInformation()
|
| H A D | CertificateChain.swift | 120 func expoProjectInformation() throws -> ExpoProjectInformation? { in expoProjectInformation() function 164 var lastExpoProjectInformation = try rootX509Cert.expoProjectInformation() in validateChain() 168 let currProjectInformation = try x509Cert.expoProjectInformation() in validateChain()
|
| /expo/packages/expo-updates/ios/EXUpdates/CodeSigning/ |
| H A D | CodeSigningConfiguration.swift | 19 private(set) internal var expoProjectInformation: ExpoProjectInformation? variable 21 …required init(validationResult: ValidationResult, expoProjectInformation: ExpoProjectInformation?)… 23 self.expoProjectInformation = expoProjectInformation 69 … SignatureValidationResult(validationResult: ValidationResult.skipped, expoProjectInformation: nil) 127 … expoProjectInformation: try certificateChain.codeSigningCertificate().1.expoProjectInformation()
|
| H A D | CertificateChain.swift | 119 func expoProjectInformation() throws -> ExpoProjectInformation? { in expoProjectInformation() function 163 var lastExpoProjectInformation = try rootX509Cert.expoProjectInformation() in validateChain() 167 let currProjectInformation = try x509Cert.expoProjectInformation() in validateChain()
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/CodeSigning/ |
| H A D | EXUpdatesCodeSigningConfiguration.swift | 22 @objc private(set) public var expoProjectInformation: ABI47_0_0EXUpdatesExpoProjectInformation? variable 24 …required init(validationResult: ABI47_0_0EXUpdatesValidationResult, expoProjectInformation: ABI47_… 26 self.expoProjectInformation = expoProjectInformation 71 …onResult(validationResult: ABI47_0_0EXUpdatesValidationResult.Skipped, expoProjectInformation: nil) 124 … expoProjectInformation: try certificateChain.codeSigningCertificate().1.expoProjectInformation())
|
| H A D | EXUpdatesCertificateChain.swift | 157 func expoProjectInformation() throws -> ABI47_0_0EXUpdatesExpoProjectInformation? { in expoProjectInformation() function 197 var lastExpoProjectInformation = try rootX509Cert.expoProjectInformation() in validateChain() 201 let currProjectInformation = try x509Cert.expoProjectInformation() in validateChain()
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | CodeSigningConfigurationSpec.swift | 121 expect(signatureValidationResult.expoProjectInformation).to(beNil()) in spec() 157 expect(signatureValidationResult.expoProjectInformation).to(beNil()) in spec() 177 let expoProjectInformation = signatureValidationResult.expoProjectInformation in spec() variable 178 expect(expoProjectInformation?.scopeKey) == "@test/app" in spec() 179 expect(expoProjectInformation?.projectId) == "285dc9ca-a25d-4f60-93be-36dc312266d7" in spec() 196 expect(signatureValidationResult.expoProjectInformation).to(beNil()) in spec() 213 expect(signatureValidationResult.expoProjectInformation).to(beNil()) in spec()
|
| H A D | CertificateChainSpec.swift | 13 expect(try codeSigningCertificate.1.expoProjectInformation()).to(beNil()) in spec() 22 let expoProjectInformation = try codeSigningCertificate.1.expoProjectInformation() in spec() variable 23 expect(expoProjectInformation?.scopeKey) == "@test/app" in spec() 24 expect(expoProjectInformation?.projectId) == "285dc9ca-a25d-4f60-93be-36dc312266d7" in spec()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/codesigning/ |
| H A D | CertificateChain.kt | 61 fun X509Certificate.expoProjectInformation(): ExpoProjectInformation? { in <lambda>() method 103 var lastExpoProjectInformation = rootCert.expoProjectInformation() in <lambda>() 113 val currProjectInformation = cert.expoProjectInformation() in <lambda>() 132 if (lastExpoProjectInformation != leafCertificate.expoProjectInformation()) { in <lambda>()
|
| H A D | CodeSigningConfiguration.kt | 8 import abi47_0_0.expo.modules.updates.codesigning.CertificateChain.Companion.expoProjectInformation 19 …tureValidationResult(val validationResult: ValidationResult, val expoProjectInformation: ExpoProje… constant in abi47_0_0.expo.modules.updates.codesigning.SignatureValidationResult 100 certificateChain.codeSigningCertificate.expoProjectInformation() in validateSignatureInternal()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/codesigning/ |
| H A D | CertificateChain.kt | 61 fun X509Certificate.expoProjectInformation(): ExpoProjectInformation? { in <lambda>() method 103 var lastExpoProjectInformation = rootCert.expoProjectInformation() in <lambda>() 113 val currProjectInformation = cert.expoProjectInformation() in <lambda>() 132 if (lastExpoProjectInformation != leafCertificate.expoProjectInformation()) { in <lambda>()
|
| H A D | CodeSigningConfiguration.kt | 8 import expo.modules.updates.codesigning.CertificateChain.Companion.expoProjectInformation 19 …tureValidationResult(val validationResult: ValidationResult, val expoProjectInformation: ExpoProje… constant in expo.modules.updates.codesigning.SignatureValidationResult 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 D | CertificateChain.kt | 61 fun X509Certificate.expoProjectInformation(): ExpoProjectInformation? { in <lambda>() method 103 var lastExpoProjectInformation = rootCert.expoProjectInformation() in <lambda>() 113 val currProjectInformation = cert.expoProjectInformation() in <lambda>() 132 if (lastExpoProjectInformation != leafCertificate.expoProjectInformation()) { in <lambda>()
|
| H A D | CodeSigningConfiguration.kt | 8 import abi48_0_0.expo.modules.updates.codesigning.CertificateChain.Companion.expoProjectInformation 19 …tureValidationResult(val validationResult: ValidationResult, val expoProjectInformation: ExpoProje… constant in abi48_0_0.expo.modules.updates.codesigning.SignatureValidationResult 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 D | CertificateChain.kt | 61 fun X509Certificate.expoProjectInformation(): ExpoProjectInformation? { in <lambda>() method 103 var lastExpoProjectInformation = rootCert.expoProjectInformation() in <lambda>() 113 val currProjectInformation = cert.expoProjectInformation() in <lambda>() 132 if (lastExpoProjectInformation != leafCertificate.expoProjectInformation()) { in <lambda>()
|
| H A D | CodeSigningConfiguration.kt | 8 import abi49_0_0.expo.modules.updates.codesigning.CertificateChain.Companion.expoProjectInformation 19 …tureValidationResult(val validationResult: ValidationResult, val expoProjectInformation: ExpoProje… constant in abi49_0_0.expo.modules.updates.codesigning.SignatureValidationResult 100 certificateChain.codeSigningCertificate.expoProjectInformation() in validateSignatureInternal()
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/codesigning/ |
| H A D | CertificateChainTest.kt | 4 import expo.modules.updates.codesigning.CertificateChain.Companion.expoProjectInformation 18 assertNull(codeSigningCertificate.expoProjectInformation()) in test_ValidSingleCertificate() 28 …-4f60-93be-36dc312266d7", scopeKey = "@test/app"), codeSigningCertificate.expoProjectInformation()) in test_ValidCertificateChain()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/ |
| H A D | FileDownloader.kt | 389 signatureValidationResult.expoProjectInformation?.let { expoProjectInformation -> in <lambda>() method 390 …if (expoProjectInformation.projectId != directiveForProjectInformation.signingInfo?.easProjectId || in <lambda>() 391 … expoProjectInformation.scopeKey != directiveForProjectInformation.signingInfo.scopeKey in <lambda>() 674 signatureValidationResult.expoProjectInformation?.let { expoProjectInformation -> in <lambda>() method 675 … if (expoProjectInformation.projectId != manifestForProjectInformation.getEASProjectID() || in <lambda>() 676 expoProjectInformation.scopeKey != manifestForProjectInformation.getScopeKey() in <lambda>()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | FileDownloader.swift | 669 if let expoProjectInformation = signatureValidationResult.expoProjectInformation { variable 684 if expoProjectInformation.projectId != directive.signingInfo?.easProjectId || 685 expoProjectInformation.scopeKey != directive.signingInfo?.scopeKey { 925 if let expoProjectInformation = signatureValidationResult.expoProjectInformation { variable 950 if expoProjectInformation.projectId != manifestForProjectInformation.easProjectId() || 951 expoProjectInformation.scopeKey != manifestForProjectInformation.scopeKey() {
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | FileDownloader.swift | 669 if let expoProjectInformation = signatureValidationResult.expoProjectInformation { variable 684 if expoProjectInformation.projectId != directive.signingInfo?.easProjectId || 685 expoProjectInformation.scopeKey != directive.signingInfo?.scopeKey { 925 if let expoProjectInformation = signatureValidationResult.expoProjectInformation { variable 950 if expoProjectInformation.projectId != manifestForProjectInformation.easProjectId() || 951 expoProjectInformation.scopeKey != manifestForProjectInformation.scopeKey() {
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI48_0_0EXUpdatesFileDownloader.m | 508 …I48_0_0EXUpdatesExpoProjectInformation *expoProjectInformation = signatureValidationResult.expoPro… 509 if (expoProjectInformation != nil) { 535 …if (![expoProjectInformation.projectId isEqualToString:manifestForProjectInformation.easProjectId]… 536 … ![expoProjectInformation.scopeKey isEqualToString:manifestForProjectInformation.scopeKey]) {
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI47_0_0EXUpdatesFileDownloader.m | 508 …I47_0_0EXUpdatesExpoProjectInformation *expoProjectInformation = signatureValidationResult.expoPro… 509 if (expoProjectInformation != nil) { 535 …if (![expoProjectInformation.projectId isEqualToString:manifestForProjectInformation.easProjectId]… 536 … ![expoProjectInformation.scopeKey isEqualToString:manifestForProjectInformation.scopeKey]) {
|