https://github.com/timbray/blueskidjava
Bluesky Identity tools in Java
https://github.com/timbray/blueskidjava
Last synced: 3 months ago
JSON representation
Bluesky Identity tools in Java
- Host: GitHub
- URL: https://github.com/timbray/blueskidjava
- Owner: timbray
- License: bsd-2-clause
- Created: 2021-04-22T21:39:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T22:10:02.000Z (about 4 years ago)
- Last Synced: 2025-01-28T17:45:09.789Z (5 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blueskid Java
@bluesky Identity tools in Java.
Currently only contains one class with two static methods
which can be used to convert ed25519 (EdDSA) keys back and
forth between java.security.PubKey instances and base64
encoded representation as used in PEM.