{"id":38724665,"url":"https://github.com/danubetech/didcomm-java","last_synced_at":"2026-01-17T11:14:25.537Z","repository":{"id":132714653,"uuid":"446881898","full_name":"danubetech/didcomm-java","owner":"danubetech","description":"Java implementation of DIDComm v2.","archived":false,"fork":false,"pushed_at":"2025-02-25T08:38:43.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-02-25T09:19:45.366Z","etag":null,"topics":["shared-libraries"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danubetech.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-11T15:42:21.000Z","updated_at":"2025-02-25T08:03:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3e2b1fb-b191-45bb-bc36-72f650017e73","html_url":"https://github.com/danubetech/didcomm-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danubetech/didcomm-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danubetech%2Fdidcomm-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danubetech%2Fdidcomm-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danubetech%2Fdidcomm-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danubetech%2Fdidcomm-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danubetech","download_url":"https://codeload.github.com/danubetech/didcomm-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danubetech%2Fdidcomm-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"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":["shared-libraries"],"created_at":"2026-01-17T11:14:25.435Z","updated_at":"2026-01-17T11:14:25.522Z","avatar_url":"https://github.com/danubetech.png","language":"Java","readme":"# didcomm-java\n\n## Information\n\nThis is a work-in-progress implementation of DIDComm v2.\n\nNot ready for production use! Use at your own risk! Pull requests welcome.\n\n## Maven\n\nBuild:\n\n\tmvn clean install\n\nDependency:\n\n\t\u003crepositories\u003e\n\t\t\u003crepository\u003e\n\t\t\t\u003cid\u003edanubetech-maven-public\u003c/id\u003e\n\t\t\t\u003curl\u003ehttps://repo.danubetech.com/repository/maven-public/\u003c/url\u003e\n\t\t\u003c/repository\u003e\n\t\u003c/repositories\u003e\n\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003ecom.danubetech\u003c/groupId\u003e\n\t\t\u003cartifactId\u003edidcomm-java\u003c/artifactId\u003e\n\t\t\u003cversion\u003e0.1-SNAPSHOT\u003c/version\u003e\n\t\u003c/dependency\u003e\n\n## Example\n\nExample code:\n\n    // create and print a DIDComm v2 message\n\n    DIDCommMessage didCommMessage = new DIDCommMessage();\n    didCommMessage.setId(\"1234567890\");\n    didCommMessage.setFrom(\"did:example:alice\");\n    didCommMessage.setTo(\"did:example:bob\");\n    didCommMessage.setType(\"https://danubetech.com/example/1.0/hello\");\n    didCommMessage.setCreated_time(1516269022L);\n    didCommMessage.setExpires_time(1516385931L);\n    didCommMessage.setBody(Map.of(\"message\", \"Hello World!\"));\n\n    byte[] testEd25519PrivateKey = Hex.decodeHex(\"984b589e121040156838303f107e13150be4a80fc5088ccba0b0bdc9b1d89090de8777a28f8da1a74e7a13090ed974d879bf692d001cddee16e4cc9f84b60580\".toCharArray());\n    didCommMessage.sign_Ed25519_EdDSA(testEd25519PrivateKey);\n\n    System.out.println(didCommMessage.getCompactSerialization());\n\n## About\n\nDanube Tech - https://danubetech.com/\n\n\u003cbr clear=\"left\" /\u003e\n\n\u003cimg align=\"left\" height=\"70\" src=\"https://raw.githubusercontent.com/danubetech/didcomm-java/main/docs/logo-ngi-essiflab.png\"\u003e\n\nThis software library is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 871932\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanubetech%2Fdidcomm-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanubetech%2Fdidcomm-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanubetech%2Fdidcomm-java/lists"}