| /expo/packages/@expo/cli/src/run/ios/codeSigning/ |
| H A D | Security.ts | 27 const pem = (await spawnAsync('security', ['find-certificate', '-c', id, '-p'])).stdout?.trim?.(); constant 28 if (!pem) { 31 return pem; 35 const pem = await getSecurityPemAsync(id); constant 36 return forge.pki.certificateFromPem(pem);
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | Crypto.swift | 51 static func decodePEMToDER(pem: Data, pemType: PEMType) -> Data? { in decodePEMToDER() 54 guard let pem = String(data: pem, encoding: .ascii) else { in decodePEMToDER() variable 58 if pem.components(separatedBy: pemType.beginBlock()).count - 1 != 1 { in decodePEMToDER() 62 let lines = pem.components(separatedBy: .newlines) in decodePEMToDER() 178 guard let publicKey = decodePEMToDER(pem: pemData, pemType: .publicKey) else { in keyRefFromPEMData()
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | Crypto.swift | 50 static func decodePEMToDER(pem: Data, pemType: PEMType) -> Data? { in decodePEMToDER() 53 guard let pem = String(data: pem, encoding: .ascii) else { in decodePEMToDER() variable 57 if pem.components(separatedBy: pemType.beginBlock()).count - 1 != 1 { in decodePEMToDER() 61 let lines = pem.components(separatedBy: .newlines) in decodePEMToDER() 177 guard let publicKey = decodePEMToDER(pem: pemData, pemType: .publicKey) else { in keyRefFromPEMData()
|
| /expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/ |
| H A D | X509Certificate.swift | 47 try self.init(pem: data) 63 public convenience init(pem: Data) throws { 64 guard let derData = X509Certificate.decodeToDER(pem: pem) else { 314 private static func decodeToDER(pem pemData: Data) -> Data? { in decodeToDER() 316 let pem = String(data: pemData, encoding: .ascii), in decodeToDER() variable 317 pem.contains(beginPemBlock) { in decodeToDER() 319 let lines = pem.components(separatedBy: .newlines) in decodeToDER()
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/CodeSigning/ |
| H A D | EXUpdatesCertificateChain.swift | 71 guard let certificateDataDer = decodeToDER(pem: certificateData) else { in constructCertificate() 94 private static func decodeToDER(pem pemData: Data) -> Data? { in decodeToDER() 95 guard let pem = String(data: pemData, encoding: .ascii) else { in decodeToDER() variable 99 if pem.components(separatedBy: beginPemBlock).count - 1 != 1 { in decodeToDER() 103 let lines = pem.components(separatedBy: .newlines) in decodeToDER()
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/CodeSigning/ |
| H A D | EXUpdatesCertificateChain.swift | 71 guard let certificateDataDer = decodeToDER(pem: certificateData) else { in constructCertificate() 94 private static func decodeToDER(pem pemData: Data) -> Data? { in decodeToDER() 95 guard let pem = String(data: pemData, encoding: .ascii) else { in decodeToDER() variable 99 if pem.components(separatedBy: beginPemBlock).count - 1 != 1 { in decodeToDER() 103 let lines = pem.components(separatedBy: .newlines) in decodeToDER()
|
| /expo/templates/expo-template-blank-typescript/ |
| H A D | gitignore | 29 *.pem
|
| /expo/templates/expo-template-blank/ |
| H A D | gitignore | 29 *.pem
|
| /expo/templates/expo-template-tabs/ |
| H A D | gitignore | 29 *.pem
|
| /expo/templates/expo-template-bare-minimum/ |
| H A D | gitignore | 29 *.pem
|
| /expo/templates/expo-template-tv/ |
| H A D | gitignore | 29 *.pem
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI47_0_0EXUpdatesCrypto.m | 11 static NSString * const ABI47_0_0EXUpdatesCryptoPublicKeyFilename = @"manifestPublicKey.pem"; 100 * Returns a CFRef to a SecKey given the raw pem data.
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI48_0_0EXUpdatesCrypto.m | 11 static NSString * const ABI48_0_0EXUpdatesCryptoPublicKeyFilename = @"manifestPublicKey.pem"; 100 * Returns a CFRef to a SecKey given the raw pem data.
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/CodeSigning/ |
| H A D | CertificateChain.swift | 70 …guard let certificateDataDer = Crypto.decodePEMToDER(pem: certificateData, pemType: .certificate) … in constructCertificate()
|
| /expo/packages/expo-updates/ios/EXUpdates/CodeSigning/ |
| H A D | CertificateChain.swift | 69 …guard let certificateDataDer = Crypto.decodePEMToDER(pem: certificateData, pemType: .certificate) … in constructCertificate()
|
| /expo/docs/pages/app-signing/ |
| H A D | app-credentials.mdx | 52 ### Export keystore to `pem` format 54 Once you've downloaded your credentials and the keystore, export it to the `pem` format so that you… 61 …'$keytool -export -rfc -alias alias_from_step_1 -file certificate_for_google.pem -keystore ./path/… 70 …ay/android-developer/contact/key). While filling out the form, attach the `pem` file exported from…
|
| /expo/docs/pages/eas-update/ |
| H A D | code-signing.mdx | 62 <Terminal cmd={['eas update --private-key-path keys/private-key.pem']} />
|
| /expo/ios/Exponent.xcodeproj/ |
| H A D | project.pbxproj | 146 …7DD909C008DA282 /* expo-root.pem in Resources */ = {isa = PBXBuildFile; fileRef = B287BB2327DD909B… 147 …7DD90AF008DA282 /* expo-root.pem in Resources */ = {isa = PBXBuildFile; fileRef = B287BB2527DD90AF… 731 … /* expo-root.pem */ = {isa = PBXFileReference; lastKnownFileType = text; name = "expo-root.pem"; … 732 … /* expo-root.pem */ = {isa = PBXFileReference; lastKnownFileType = text; name = "expo-root.pem"; … 1114 B287BB2327DD909B008DA282 /* expo-root.pem */, 1115 B287BB2527DD90AF008DA282 /* expo-root.pem */, 2081 B287BB2427DD909C008DA282 /* expo-root.pem in Resources */, 2118 B287BB2627DD90AF008DA282 /* expo-root.pem in Resources */,
|
| /expo/apps/test-suite/functions/ |
| H A D | yarn.lock | 934 google-p12-pem@^4.0.0: 936 …resolved "https://registry.yarnpkg.com/google-p12-pem/-/google-p12-pem-4.0.1.tgz#82841798253c65b7d… 952 google-p12-pem "^4.0.0"
|
| /expo/ios/Exponent/Kernel/AppLoader/ |
| H A D | EXAppLoaderExpoUpdates.m | 372 NSString *expoRootCertPath = [[NSBundle mainBundle] pathForResource:@"expo-root" ofType:@"pem"];
|