Get desktop application:
View/edit binary Protocol Buffers messages
EnrollRequest is the request sent to this service to enroll a user, authenticated by a certain type of external authentication.
EnrollResponse is returned when an enrollment has been done correctly.
(message has no fields)
EnrollmentInfo is public info about an enrollment.
Used in:
EnrollmentsRequest gets a list of enrollments, optionally limited by the Types and Issuers list. If an enrollment matches any of the strings in Types or Issuers, it will be returned. If Types or Issuers are empty, then all enrollments are considered to match.
EnrollmentsResponse is the returned list of enrollments.
PartialSig is a local copy of go.dedis.ch/kyber/v3/sign/dss.PartialSig because we do not have proto files for Kyber objects.
Used in:
PriShare is a local copy of go.dedis.ch/kyber/v3/share.PriShare because we do not have proto files for Kyber objects.
I intIndex of the private share V kyber.ScalarValue of the private share
Used in:
, ,(message has no fields)
SignatureRequest is the request sent to this service to request that the Authentication Proxy check the authentication information and generate a signature connecting some information identifying the holder of the AuthInfo to the message.
SignatureResponse is the response to a SignMessage request.