MCPcopy Create free account
hub / github.com/daodst/chat / StoreCrossSigningSigsForTarget

Method StoreCrossSigningSigsForTarget

keyserver/storage/interface.go:87–87  ·  view source on GitHub ↗
(ctx context.Context, originUserID string, originKeyID gomatrixserverlib.KeyID, targetUserID string, targetKeyID gomatrixserverlib.KeyID, signature gomatrixserverlib.Base64Bytes)

Source from the content-addressed store, hash-verified

85
86 StoreCrossSigningKeysForUser(ctx context.Context, userID string, keyMap types.CrossSigningKeyMap) error
87 StoreCrossSigningSigsForTarget(ctx context.Context, originUserID string, originKeyID gomatrixserverlib.KeyID, targetUserID string, targetKeyID gomatrixserverlib.KeyID, signature gomatrixserverlib.Base64Bytes) error
88}

Callers 3

processSelfSignaturesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected