Documentation
¶
Index ¶
- func KeyshareServerHandler(t *testing.T, l *logrus.Logger, schemeID irma.SchemeManagerIdentifier, ...) (handler http.Handler, host string)
- func KeyshareServerHandlerWithDB(t *testing.T, l *logrus.Logger, schemeID irma.SchemeManagerIdentifier, ...) (db *keyshareserver.MemoryDB, handler http.Handler, host string)
- type KeyshareServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyshareServerHandler ¶ added in v0.17.0
func KeyshareServerHandlerWithDB ¶ added in v1.0.0
Types ¶
type KeyshareServer ¶ added in v0.12.3
type KeyshareServer struct {
// contains filtered or unexported fields
}
func StartKeyshareServer ¶
func StartKeyshareServer(t *testing.T, l *logrus.Logger, schemeID irma.SchemeManagerIdentifier, jwtKeyID uint32) *KeyshareServer
func StartKeyshareServerWithDB ¶ added in v1.0.0
func StartKeyshareServerWithDB(t *testing.T, l *logrus.Logger, schemeID irma.SchemeManagerIdentifier, jwtKeyID uint32) *KeyshareServer
func (*KeyshareServer) Stop ¶ added in v0.12.3
func (ks *KeyshareServer) Stop()
Click to show internal directories.
Click to hide internal directories.