1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-26 05:24:49 +02:00
Commit graph

18 commits

Author SHA1 Message Date
Paul Schaub 2922bc5bd6
Port wot-dijkstra Java classes to Kotlin 2023-07-12 17:03:49 +02:00
Paul Schaub c4ccfd672d
Remove unnecessary WebOfTrustCertificateStore class 2023-07-12 17:03:48 +02:00
Paul Schaub 643f2e5e34
Move Iterator classes to sugar packet 2023-07-12 17:03:48 +02:00
Paul Schaub 1a23c3849e
Fix comments 2023-07-12 17:03:48 +02:00
Paul Schaub 9f4b11174e
CertSynopsis: Change userId set to map with revocation states 2023-07-12 17:03:48 +02:00
Paul Schaub e065d99bec
Remove unnecessary fields from WebOfTrust class 2023-07-12 17:03:47 +02:00
Paul Schaub ffae298142
Catch exceptions on malformed keys 2023-07-12 17:03:46 +02:00
Paul Schaub ab0835d176
Introduce CertificationFactory.
This is done in an attempt to minimize the number of BC/PGPainless dependencies in wot-dijkstra
2023-07-12 17:03:46 +02:00
Paul Schaub d163a2b0a6
It clicked for me; Simplified edge/reverseEdge finding 2023-07-12 17:03:46 +02:00
Paul Schaub 341d6fbecc
Make checkstyle happy 2023-07-12 17:03:45 +02:00
Paul Schaub d13d0b3ab4
A bit of documentation 2023-07-12 17:03:45 +02:00
Paul Schaub 4b81ee7307
Refactoring in an attempt to both understand the code and make it more readable 2023-07-12 17:03:45 +02:00
Paul Schaub 2b12e4fdb7
Dirty n hacky network population 2023-07-12 17:03:44 +02:00
Paul Schaub e1d3180e1e
Add toString() methods to WOT network classes 2023-07-12 17:03:44 +02:00
Paul Schaub 4c04e1ee3f
Move Network initialization, test vectors to pgpainless-wot 2023-07-12 17:03:44 +02:00
Paul Schaub ae3fedfa6b
Please checkstyle 2023-07-12 17:03:43 +02:00
Paul Schaub ca81c0d862
We can once again compile" 2023-07-12 17:03:43 +02:00
Paul Schaub 90e87ccab4
Checkout wot-dijkstra and pgpainless-wot from wot branch 2023-07-12 17:03:42 +02:00