{"id":18340356,"url":"https://github.com/dimensiondev/bouncycastle-objc","last_synced_at":"2026-03-05T16:04:02.834Z","repository":{"id":56903946,"uuid":"189359936","full_name":"DimensionDev/BouncyCastle-ObjC","owner":"DimensionDev","description":"Objective-C Bouncy Castle Pod","archived":false,"fork":false,"pushed_at":"2020-11-21T10:22:06.000Z","size":2655,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-11-12T00:11:42.580Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DimensionDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-30T06:38:45.000Z","updated_at":"2022-08-18T06:56:43.000Z","dependencies_parsed_at":"2022-08-21T01:50:51.835Z","dependency_job_id":null,"html_url":"https://github.com/DimensionDev/BouncyCastle-ObjC","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/DimensionDev/BouncyCastle-ObjC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2FBouncyCastle-ObjC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2FBouncyCastle-ObjC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2FBouncyCastle-ObjC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2FBouncyCastle-ObjC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DimensionDev","download_url":"https://codeload.github.com/DimensionDev/BouncyCastle-ObjC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2FBouncyCastle-ObjC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30134583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T15:35:27.018Z","status":"ssl_error","status_checked_at":"2026-03-05T15:35:23.768Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T20:22:14.810Z","updated_at":"2026-03-05T16:04:02.812Z","avatar_url":"https://github.com/DimensionDev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BouncyCastle-ObjC\n\n\u003c!--[![CI Status](https://img.shields.io/travis/CMK/BouncyCastle-ObjC.svg?style=flat)](https://travis-ci.org/CMK/BouncyCastle-ObjC)\n[![Version](https://img.shields.io/cocoapods/v/BouncyCastle-ObjC.svg?style=flat)](https://cocoapods.org/pods/BouncyCastle-ObjC)\n[![License](https://img.shields.io/cocoapods/l/BouncyCastle-ObjC.svg?style=flat)](https://cocoapods.org/pods/BouncyCastle-ObjC)\n[![Platform](https://img.shields.io/cocoapods/p/BouncyCastle-ObjC.svg?style=flat)](https://cocoapods.org/pods/BouncyCastle-ObjC)--\u003e\n\n\u003c!--## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.--\u003e\n\n## Requirements\n- JDK 1.8 / 11\n\nFor example, use Homebrew to install the JDK 1.8\n\n```bash\n% brew install openjdk@8\n% sudo ln -sfn /usr/local/opt/openjdk@8/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-8.jdk\n% echo $JAVA_HOME\n\u003e /Library/Java/JavaVirtualMachines/openjdk-8.jdk/Contents/Home\n\n% java -version\n\u003e openjdk version \"1.8.0_275\"\n\u003e OpenJDK Runtime Environment (build 1.8.0_275-bre_2020_11_16_16_29-b00)\n\u003e OpenJDK 64-Bit Server VM (build 25.275-b00, mixed mode)\n```\n\n\n## Installation\n\nBouncyCastle-ObjC is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\n% pod 'BouncyCastle-ObjC'\n```\n\n## Troubleshoots\n\n#### 1. J2ObjC dist/ folder is generated but no translated Objective-C files under Classes/. \n\nPlease clean the Pods/ and use the `pod install --verbose`, make sure the `generate.sh` works without any error. After transalted job done you can run `pod install` again to generate valid xcworkspace.\n\n## License\n\nBouncyCastle-ObjC is available under the AGPL license. See the [LICENSE](https://github.com/DimensionDev/BouncyCastle-ObjC/blob/master/LICENSE) file for more info. The Bouncy Castle source code is licensed under [MIT](http://www.bouncycastle.org/licence.html).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensiondev%2Fbouncycastle-objc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimensiondev%2Fbouncycastle-objc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensiondev%2Fbouncycastle-objc/lists"}