Skip to content
Snippets Groups Projects
Commit 73ad579d authored by Martin Vogel's avatar Martin Vogel
Browse files

#414 Update README

parent fa6d112e
No related branches found
No related tags found
2 merge requests!2#414 Remaining changes from MR,!1planning#414 Methoden Signaturen (Zwischenstand)
......@@ -10,7 +10,6 @@ classes that provide the basic functionality to build an sdk-client.
```mermaid
classDiagram
class CryptoService{
+ decryptString
+ decryptBytes
......@@ -53,13 +52,17 @@ classDiagram
+ validateMetadataHashValues
}
class Client{
class SenderClient{
ClientFactory
}
class SubscriberClient{
ClientFactory
}
FitCoClient ..> ClientFactory : Uses
SenderClient ..> ClientFactory : Uses
SubscriberClient ..> ClientFactory : Uses
ClientFactory ..> Sender : Creates
ClientFactory ..> Subscriber : Creates
......@@ -74,5 +77,4 @@ Subscriber ..> OAuthService : Uses
Subscriber ..> CryptoService : Uses
Subscriber ..> MetadataValidator : Uses
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment