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

Method StoreCrossSigningKeysForUser

keyserver/storage/interface.go:86–86  ·  view source on GitHub ↗
(ctx context.Context, userID string, keyMap types.CrossSigningKeyMap)

Source from the content-addressed store, hash-verified

84 CrossSigningSigsForTarget(ctx context.Context, originUserID, targetUserID string, targetKeyID gomatrixserverlib.KeyID) (types.CrossSigningSigMap, error)
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 1

Calls

no outgoing calls

Tested by

no test coverage detected