public final class AuthProxProto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthProxProto.EnrollmentInfo
EnrollmentInfo is public info about an enrollment.
|
static interface |
AuthProxProto.EnrollmentInfoOrBuilder |
static class |
AuthProxProto.EnrollmentsRequest
EnrollmentsRequest gets a list of enrollments, optionally limited
by the Types and Issuers list.
|
static interface |
AuthProxProto.EnrollmentsRequestOrBuilder |
static class |
AuthProxProto.EnrollmentsResponse
EnrollmentsResponse is the returned list of enrollments.
|
static interface |
AuthProxProto.EnrollmentsResponseOrBuilder |
static class |
AuthProxProto.EnrollRequest
EnrollRequest is the request sent to this service to enroll
a user, authenticated by a certain type of external authentication.
|
static interface |
AuthProxProto.EnrollRequestOrBuilder |
static class |
AuthProxProto.EnrollResponse
EnrollResponse is returned when an enrollment has been done correctly.
|
static interface |
AuthProxProto.EnrollResponseOrBuilder |
static class |
AuthProxProto.PartialSig
PartialSig is a local copy of github.com/dedis/kyber/sign/dss.PartialSig
because we do not have proto files for Kyber objects.
|
static interface |
AuthProxProto.PartialSigOrBuilder |
static class |
AuthProxProto.PriShare
PriShare is a local copy of github.com/dedis/kyber/share.PriShare
because we do not have proto files for Kyber objects.
|
static interface |
AuthProxProto.PriShareOrBuilder |
static class |
AuthProxProto.SignatureRequest
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.
|
static interface |
AuthProxProto.SignatureRequestOrBuilder |
static class |
AuthProxProto.SignatureResponse
SignatureResponse is the response to a SignMessage request.
|
static interface |
AuthProxProto.SignatureResponseOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2018. All rights reserved.