fingerprint

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ManagerService_HasEnrolledFingerprints_FullMethodName = "/fingerprint.ManagerService/HasEnrolledFingerprints"
	ManagerService_IsHardwareDetected_FullMethodName      = "/fingerprint.ManagerService/IsHardwareDetected"
)
View Source
const (
	ManagerAuthenticationCallbackService_OnAuthenticationError_FullMethodName     = "/fingerprint.ManagerAuthenticationCallbackService/OnAuthenticationError"
	ManagerAuthenticationCallbackService_OnAuthenticationFailed_FullMethodName    = "/fingerprint.ManagerAuthenticationCallbackService/OnAuthenticationFailed"
	ManagerAuthenticationCallbackService_OnAuthenticationHelp_FullMethodName      = "/fingerprint.ManagerAuthenticationCallbackService/OnAuthenticationHelp"
	ManagerAuthenticationCallbackService_OnAuthenticationSucceeded_FullMethodName = "/fingerprint.ManagerAuthenticationCallbackService/OnAuthenticationSucceeded"
)
View Source
const (
	ManagerCryptoObjectService_GetCipher_FullMethodName    = "/fingerprint.ManagerCryptoObjectService/GetCipher"
	ManagerCryptoObjectService_GetMac_FullMethodName       = "/fingerprint.ManagerCryptoObjectService/GetMac"
	ManagerCryptoObjectService_GetSignature_FullMethodName = "/fingerprint.ManagerCryptoObjectService/GetSignature"
)
View Source
const (
	ManagerAuthenticationResultService_GetCryptoObject_FullMethodName = "/fingerprint.ManagerAuthenticationResultService/GetCryptoObject"
)

Variables

View Source
var File_proto_fingerprint_fingerprint_proto protoreflect.FileDescriptor
View Source
var ManagerAuthenticationCallbackService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fingerprint.ManagerAuthenticationCallbackService",
	HandlerType: (*ManagerAuthenticationCallbackServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnAuthenticationError",
			Handler:    _ManagerAuthenticationCallbackService_OnAuthenticationError_Handler,
		},
		{
			MethodName: "OnAuthenticationFailed",
			Handler:    _ManagerAuthenticationCallbackService_OnAuthenticationFailed_Handler,
		},
		{
			MethodName: "OnAuthenticationHelp",
			Handler:    _ManagerAuthenticationCallbackService_OnAuthenticationHelp_Handler,
		},
		{
			MethodName: "OnAuthenticationSucceeded",
			Handler:    _ManagerAuthenticationCallbackService_OnAuthenticationSucceeded_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fingerprint/fingerprint.proto",
}

ManagerAuthenticationCallbackService_ServiceDesc is the grpc.ServiceDesc for ManagerAuthenticationCallbackService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ManagerAuthenticationResultService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fingerprint.ManagerAuthenticationResultService",
	HandlerType: (*ManagerAuthenticationResultServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetCryptoObject",
			Handler:    _ManagerAuthenticationResultService_GetCryptoObject_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fingerprint/fingerprint.proto",
}

ManagerAuthenticationResultService_ServiceDesc is the grpc.ServiceDesc for ManagerAuthenticationResultService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ManagerCryptoObjectService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fingerprint.ManagerCryptoObjectService",
	HandlerType: (*ManagerCryptoObjectServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetCipher",
			Handler:    _ManagerCryptoObjectService_GetCipher_Handler,
		},
		{
			MethodName: "GetMac",
			Handler:    _ManagerCryptoObjectService_GetMac_Handler,
		},
		{
			MethodName: "GetSignature",
			Handler:    _ManagerCryptoObjectService_GetSignature_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fingerprint/fingerprint.proto",
}

ManagerCryptoObjectService_ServiceDesc is the grpc.ServiceDesc for ManagerCryptoObjectService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fingerprint.ManagerService",
	HandlerType: (*ManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "HasEnrolledFingerprints",
			Handler:    _ManagerService_HasEnrolledFingerprints_Handler,
		},
		{
			MethodName: "IsHardwareDetected",
			Handler:    _ManagerService_IsHardwareDetected_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fingerprint/fingerprint.proto",
}

ManagerService_ServiceDesc is the grpc.ServiceDesc for ManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterManagerCryptoObjectServiceServer

func RegisterManagerCryptoObjectServiceServer(s grpc.ServiceRegistrar, srv ManagerCryptoObjectServiceServer)

func RegisterManagerServiceServer

func RegisterManagerServiceServer(s grpc.ServiceRegistrar, srv ManagerServiceServer)

Types

type GetCipherRequest

type GetCipherRequest struct {
	// contains filtered or unexported fields
}

func (*GetCipherRequest) Descriptor deprecated

func (*GetCipherRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCipherRequest.ProtoReflect.Descriptor instead.

func (*GetCipherRequest) ProtoMessage

func (*GetCipherRequest) ProtoMessage()

func (*GetCipherRequest) ProtoReflect

func (x *GetCipherRequest) ProtoReflect() protoreflect.Message

func (*GetCipherRequest) Reset

func (x *GetCipherRequest) Reset()

func (*GetCipherRequest) String

func (x *GetCipherRequest) String() string

type GetCipherResponse

type GetCipherResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCipherResponse) Descriptor deprecated

func (*GetCipherResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCipherResponse.ProtoReflect.Descriptor instead.

func (*GetCipherResponse) GetResult

func (x *GetCipherResponse) GetResult() int64

func (*GetCipherResponse) ProtoMessage

func (*GetCipherResponse) ProtoMessage()

func (*GetCipherResponse) ProtoReflect

func (x *GetCipherResponse) ProtoReflect() protoreflect.Message

func (*GetCipherResponse) Reset

func (x *GetCipherResponse) Reset()

func (*GetCipherResponse) String

func (x *GetCipherResponse) String() string

type GetCryptoObjectRequest

type GetCryptoObjectRequest struct {
	// contains filtered or unexported fields
}

func (*GetCryptoObjectRequest) Descriptor deprecated

func (*GetCryptoObjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCryptoObjectRequest.ProtoReflect.Descriptor instead.

func (*GetCryptoObjectRequest) ProtoMessage

func (*GetCryptoObjectRequest) ProtoMessage()

func (*GetCryptoObjectRequest) ProtoReflect

func (x *GetCryptoObjectRequest) ProtoReflect() protoreflect.Message

func (*GetCryptoObjectRequest) Reset

func (x *GetCryptoObjectRequest) Reset()

func (*GetCryptoObjectRequest) String

func (x *GetCryptoObjectRequest) String() string

type GetCryptoObjectResponse

type GetCryptoObjectResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCryptoObjectResponse) Descriptor deprecated

func (*GetCryptoObjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCryptoObjectResponse.ProtoReflect.Descriptor instead.

func (*GetCryptoObjectResponse) GetResult

func (x *GetCryptoObjectResponse) GetResult() int64

func (*GetCryptoObjectResponse) ProtoMessage

func (*GetCryptoObjectResponse) ProtoMessage()

func (*GetCryptoObjectResponse) ProtoReflect

func (x *GetCryptoObjectResponse) ProtoReflect() protoreflect.Message

func (*GetCryptoObjectResponse) Reset

func (x *GetCryptoObjectResponse) Reset()

func (*GetCryptoObjectResponse) String

func (x *GetCryptoObjectResponse) String() string

type GetMacRequest

type GetMacRequest struct {
	// contains filtered or unexported fields
}

func (*GetMacRequest) Descriptor deprecated

func (*GetMacRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMacRequest.ProtoReflect.Descriptor instead.

func (*GetMacRequest) ProtoMessage

func (*GetMacRequest) ProtoMessage()

func (*GetMacRequest) ProtoReflect

func (x *GetMacRequest) ProtoReflect() protoreflect.Message

func (*GetMacRequest) Reset

func (x *GetMacRequest) Reset()

func (*GetMacRequest) String

func (x *GetMacRequest) String() string

type GetMacResponse

type GetMacResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMacResponse) Descriptor deprecated

func (*GetMacResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMacResponse.ProtoReflect.Descriptor instead.

func (*GetMacResponse) GetResult

func (x *GetMacResponse) GetResult() int64

func (*GetMacResponse) ProtoMessage

func (*GetMacResponse) ProtoMessage()

func (*GetMacResponse) ProtoReflect

func (x *GetMacResponse) ProtoReflect() protoreflect.Message

func (*GetMacResponse) Reset

func (x *GetMacResponse) Reset()

func (*GetMacResponse) String

func (x *GetMacResponse) String() string

type GetSignatureRequest

type GetSignatureRequest struct {
	// contains filtered or unexported fields
}

func (*GetSignatureRequest) Descriptor deprecated

func (*GetSignatureRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSignatureRequest.ProtoReflect.Descriptor instead.

func (*GetSignatureRequest) ProtoMessage

func (*GetSignatureRequest) ProtoMessage()

func (*GetSignatureRequest) ProtoReflect

func (x *GetSignatureRequest) ProtoReflect() protoreflect.Message

func (*GetSignatureRequest) Reset

func (x *GetSignatureRequest) Reset()

func (*GetSignatureRequest) String

func (x *GetSignatureRequest) String() string

type GetSignatureResponse

type GetSignatureResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSignatureResponse) Descriptor deprecated

func (*GetSignatureResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSignatureResponse.ProtoReflect.Descriptor instead.

func (*GetSignatureResponse) GetResult

func (x *GetSignatureResponse) GetResult() int64

func (*GetSignatureResponse) ProtoMessage

func (*GetSignatureResponse) ProtoMessage()

func (*GetSignatureResponse) ProtoReflect

func (x *GetSignatureResponse) ProtoReflect() protoreflect.Message

func (*GetSignatureResponse) Reset

func (x *GetSignatureResponse) Reset()

func (*GetSignatureResponse) String

func (x *GetSignatureResponse) String() string

type HasEnrolledFingerprintsRequest

type HasEnrolledFingerprintsRequest struct {
	// contains filtered or unexported fields
}

func (*HasEnrolledFingerprintsRequest) Descriptor deprecated

func (*HasEnrolledFingerprintsRequest) Descriptor() ([]byte, []int)

Deprecated: Use HasEnrolledFingerprintsRequest.ProtoReflect.Descriptor instead.

func (*HasEnrolledFingerprintsRequest) ProtoMessage

func (*HasEnrolledFingerprintsRequest) ProtoMessage()

func (*HasEnrolledFingerprintsRequest) ProtoReflect

func (*HasEnrolledFingerprintsRequest) Reset

func (x *HasEnrolledFingerprintsRequest) Reset()

func (*HasEnrolledFingerprintsRequest) String

type HasEnrolledFingerprintsResponse

type HasEnrolledFingerprintsResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HasEnrolledFingerprintsResponse) Descriptor deprecated

func (*HasEnrolledFingerprintsResponse) Descriptor() ([]byte, []int)

Deprecated: Use HasEnrolledFingerprintsResponse.ProtoReflect.Descriptor instead.

func (*HasEnrolledFingerprintsResponse) GetResult

func (x *HasEnrolledFingerprintsResponse) GetResult() bool

func (*HasEnrolledFingerprintsResponse) ProtoMessage

func (*HasEnrolledFingerprintsResponse) ProtoMessage()

func (*HasEnrolledFingerprintsResponse) ProtoReflect

func (*HasEnrolledFingerprintsResponse) Reset

func (*HasEnrolledFingerprintsResponse) String

type IsHardwareDetectedRequest

type IsHardwareDetectedRequest struct {
	// contains filtered or unexported fields
}

func (*IsHardwareDetectedRequest) Descriptor deprecated

func (*IsHardwareDetectedRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsHardwareDetectedRequest.ProtoReflect.Descriptor instead.

func (*IsHardwareDetectedRequest) ProtoMessage

func (*IsHardwareDetectedRequest) ProtoMessage()

func (*IsHardwareDetectedRequest) ProtoReflect

func (*IsHardwareDetectedRequest) Reset

func (x *IsHardwareDetectedRequest) Reset()

func (*IsHardwareDetectedRequest) String

func (x *IsHardwareDetectedRequest) String() string

type IsHardwareDetectedResponse

type IsHardwareDetectedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsHardwareDetectedResponse) Descriptor deprecated

func (*IsHardwareDetectedResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsHardwareDetectedResponse.ProtoReflect.Descriptor instead.

func (*IsHardwareDetectedResponse) GetResult

func (x *IsHardwareDetectedResponse) GetResult() bool

func (*IsHardwareDetectedResponse) ProtoMessage

func (*IsHardwareDetectedResponse) ProtoMessage()

func (*IsHardwareDetectedResponse) ProtoReflect

func (*IsHardwareDetectedResponse) Reset

func (x *IsHardwareDetectedResponse) Reset()

func (*IsHardwareDetectedResponse) String

func (x *IsHardwareDetectedResponse) String() string

type ManagerAuthenticationCallbackServiceClient

type ManagerAuthenticationCallbackServiceClient interface {
	OnAuthenticationError(ctx context.Context, in *OnAuthenticationErrorRequest, opts ...grpc.CallOption) (*OnAuthenticationErrorResponse, error)
	OnAuthenticationFailed(ctx context.Context, in *OnAuthenticationFailedRequest, opts ...grpc.CallOption) (*OnAuthenticationFailedResponse, error)
	OnAuthenticationHelp(ctx context.Context, in *OnAuthenticationHelpRequest, opts ...grpc.CallOption) (*OnAuthenticationHelpResponse, error)
	OnAuthenticationSucceeded(ctx context.Context, in *OnAuthenticationSucceededRequest, opts ...grpc.CallOption) (*OnAuthenticationSucceededResponse, error)
}

ManagerAuthenticationCallbackServiceClient is the client API for ManagerAuthenticationCallbackService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ManagerAuthenticationCallbackServiceServer

type ManagerAuthenticationCallbackServiceServer interface {
	OnAuthenticationError(context.Context, *OnAuthenticationErrorRequest) (*OnAuthenticationErrorResponse, error)
	OnAuthenticationFailed(context.Context, *OnAuthenticationFailedRequest) (*OnAuthenticationFailedResponse, error)
	OnAuthenticationHelp(context.Context, *OnAuthenticationHelpRequest) (*OnAuthenticationHelpResponse, error)
	OnAuthenticationSucceeded(context.Context, *OnAuthenticationSucceededRequest) (*OnAuthenticationSucceededResponse, error)
	// contains filtered or unexported methods
}

ManagerAuthenticationCallbackServiceServer is the server API for ManagerAuthenticationCallbackService service. All implementations must embed UnimplementedManagerAuthenticationCallbackServiceServer for forward compatibility.

type ManagerAuthenticationResultServiceClient

type ManagerAuthenticationResultServiceClient interface {
	GetCryptoObject(ctx context.Context, in *GetCryptoObjectRequest, opts ...grpc.CallOption) (*GetCryptoObjectResponse, error)
}

ManagerAuthenticationResultServiceClient is the client API for ManagerAuthenticationResultService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ManagerAuthenticationResultServiceServer

type ManagerAuthenticationResultServiceServer interface {
	GetCryptoObject(context.Context, *GetCryptoObjectRequest) (*GetCryptoObjectResponse, error)
	// contains filtered or unexported methods
}

ManagerAuthenticationResultServiceServer is the server API for ManagerAuthenticationResultService service. All implementations must embed UnimplementedManagerAuthenticationResultServiceServer for forward compatibility.

type ManagerCryptoObjectServiceClient

type ManagerCryptoObjectServiceClient interface {
	GetCipher(ctx context.Context, in *GetCipherRequest, opts ...grpc.CallOption) (*GetCipherResponse, error)
	GetMac(ctx context.Context, in *GetMacRequest, opts ...grpc.CallOption) (*GetMacResponse, error)
	GetSignature(ctx context.Context, in *GetSignatureRequest, opts ...grpc.CallOption) (*GetSignatureResponse, error)
}

ManagerCryptoObjectServiceClient is the client API for ManagerCryptoObjectService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ManagerCryptoObjectServiceServer

type ManagerCryptoObjectServiceServer interface {
	GetCipher(context.Context, *GetCipherRequest) (*GetCipherResponse, error)
	GetMac(context.Context, *GetMacRequest) (*GetMacResponse, error)
	GetSignature(context.Context, *GetSignatureRequest) (*GetSignatureResponse, error)
	// contains filtered or unexported methods
}

ManagerCryptoObjectServiceServer is the server API for ManagerCryptoObjectService service. All implementations must embed UnimplementedManagerCryptoObjectServiceServer for forward compatibility.

type ManagerServiceClient

type ManagerServiceClient interface {
	HasEnrolledFingerprints(ctx context.Context, in *HasEnrolledFingerprintsRequest, opts ...grpc.CallOption) (*HasEnrolledFingerprintsResponse, error)
	IsHardwareDetected(ctx context.Context, in *IsHardwareDetectedRequest, opts ...grpc.CallOption) (*IsHardwareDetectedResponse, error)
}

ManagerServiceClient is the client API for ManagerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ManagerServiceServer

type ManagerServiceServer interface {
	HasEnrolledFingerprints(context.Context, *HasEnrolledFingerprintsRequest) (*HasEnrolledFingerprintsResponse, error)
	IsHardwareDetected(context.Context, *IsHardwareDetectedRequest) (*IsHardwareDetectedResponse, error)
	// contains filtered or unexported methods
}

ManagerServiceServer is the server API for ManagerService service. All implementations must embed UnimplementedManagerServiceServer for forward compatibility.

type OnAuthenticationErrorRequest

type OnAuthenticationErrorRequest struct {
	Arg0 int32  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAuthenticationErrorRequest) Descriptor deprecated

func (*OnAuthenticationErrorRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAuthenticationErrorRequest.ProtoReflect.Descriptor instead.

func (*OnAuthenticationErrorRequest) GetArg0

func (x *OnAuthenticationErrorRequest) GetArg0() int32

func (*OnAuthenticationErrorRequest) GetArg1

func (x *OnAuthenticationErrorRequest) GetArg1() string

func (*OnAuthenticationErrorRequest) ProtoMessage

func (*OnAuthenticationErrorRequest) ProtoMessage()

func (*OnAuthenticationErrorRequest) ProtoReflect

func (*OnAuthenticationErrorRequest) Reset

func (x *OnAuthenticationErrorRequest) Reset()

func (*OnAuthenticationErrorRequest) String

type OnAuthenticationErrorResponse

type OnAuthenticationErrorResponse struct {
	// contains filtered or unexported fields
}

func (*OnAuthenticationErrorResponse) Descriptor deprecated

func (*OnAuthenticationErrorResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAuthenticationErrorResponse.ProtoReflect.Descriptor instead.

func (*OnAuthenticationErrorResponse) ProtoMessage

func (*OnAuthenticationErrorResponse) ProtoMessage()

func (*OnAuthenticationErrorResponse) ProtoReflect

func (*OnAuthenticationErrorResponse) Reset

func (x *OnAuthenticationErrorResponse) Reset()

func (*OnAuthenticationErrorResponse) String

type OnAuthenticationFailedRequest

type OnAuthenticationFailedRequest struct {
	// contains filtered or unexported fields
}

func (*OnAuthenticationFailedRequest) Descriptor deprecated

func (*OnAuthenticationFailedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAuthenticationFailedRequest.ProtoReflect.Descriptor instead.

func (*OnAuthenticationFailedRequest) ProtoMessage

func (*OnAuthenticationFailedRequest) ProtoMessage()

func (*OnAuthenticationFailedRequest) ProtoReflect

func (*OnAuthenticationFailedRequest) Reset

func (x *OnAuthenticationFailedRequest) Reset()

func (*OnAuthenticationFailedRequest) String

type OnAuthenticationFailedResponse

type OnAuthenticationFailedResponse struct {
	// contains filtered or unexported fields
}

func (*OnAuthenticationFailedResponse) Descriptor deprecated

func (*OnAuthenticationFailedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAuthenticationFailedResponse.ProtoReflect.Descriptor instead.

func (*OnAuthenticationFailedResponse) ProtoMessage

func (*OnAuthenticationFailedResponse) ProtoMessage()

func (*OnAuthenticationFailedResponse) ProtoReflect

func (*OnAuthenticationFailedResponse) Reset

func (x *OnAuthenticationFailedResponse) Reset()

func (*OnAuthenticationFailedResponse) String

type OnAuthenticationHelpRequest

type OnAuthenticationHelpRequest struct {
	Arg0 int32  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAuthenticationHelpRequest) Descriptor deprecated

func (*OnAuthenticationHelpRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAuthenticationHelpRequest.ProtoReflect.Descriptor instead.

func (*OnAuthenticationHelpRequest) GetArg0

func (x *OnAuthenticationHelpRequest) GetArg0() int32

func (*OnAuthenticationHelpRequest) GetArg1

func (x *OnAuthenticationHelpRequest) GetArg1() string

func (*OnAuthenticationHelpRequest) ProtoMessage

func (*OnAuthenticationHelpRequest) ProtoMessage()

func (*OnAuthenticationHelpRequest) ProtoReflect

func (*OnAuthenticationHelpRequest) Reset

func (x *OnAuthenticationHelpRequest) Reset()

func (*OnAuthenticationHelpRequest) String

func (x *OnAuthenticationHelpRequest) String() string

type OnAuthenticationHelpResponse

type OnAuthenticationHelpResponse struct {
	// contains filtered or unexported fields
}

func (*OnAuthenticationHelpResponse) Descriptor deprecated

func (*OnAuthenticationHelpResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAuthenticationHelpResponse.ProtoReflect.Descriptor instead.

func (*OnAuthenticationHelpResponse) ProtoMessage

func (*OnAuthenticationHelpResponse) ProtoMessage()

func (*OnAuthenticationHelpResponse) ProtoReflect

func (*OnAuthenticationHelpResponse) Reset

func (x *OnAuthenticationHelpResponse) Reset()

func (*OnAuthenticationHelpResponse) String

type OnAuthenticationSucceededRequest

type OnAuthenticationSucceededRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAuthenticationSucceededRequest) Descriptor deprecated

func (*OnAuthenticationSucceededRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAuthenticationSucceededRequest.ProtoReflect.Descriptor instead.

func (*OnAuthenticationSucceededRequest) GetArg0

func (*OnAuthenticationSucceededRequest) ProtoMessage

func (*OnAuthenticationSucceededRequest) ProtoMessage()

func (*OnAuthenticationSucceededRequest) ProtoReflect

func (*OnAuthenticationSucceededRequest) Reset

func (*OnAuthenticationSucceededRequest) String

type OnAuthenticationSucceededResponse

type OnAuthenticationSucceededResponse struct {
	// contains filtered or unexported fields
}

func (*OnAuthenticationSucceededResponse) Descriptor deprecated

func (*OnAuthenticationSucceededResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAuthenticationSucceededResponse.ProtoReflect.Descriptor instead.

func (*OnAuthenticationSucceededResponse) ProtoMessage

func (*OnAuthenticationSucceededResponse) ProtoMessage()

func (*OnAuthenticationSucceededResponse) ProtoReflect

func (*OnAuthenticationSucceededResponse) Reset

func (*OnAuthenticationSucceededResponse) String

type UnimplementedManagerAuthenticationCallbackServiceServer

type UnimplementedManagerAuthenticationCallbackServiceServer struct{}

UnimplementedManagerAuthenticationCallbackServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerAuthenticationCallbackServiceServer) OnAuthenticationError

func (UnimplementedManagerAuthenticationCallbackServiceServer) OnAuthenticationFailed

func (UnimplementedManagerAuthenticationCallbackServiceServer) OnAuthenticationHelp

func (UnimplementedManagerAuthenticationCallbackServiceServer) OnAuthenticationSucceeded

type UnimplementedManagerAuthenticationResultServiceServer

type UnimplementedManagerAuthenticationResultServiceServer struct{}

UnimplementedManagerAuthenticationResultServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerAuthenticationResultServiceServer) GetCryptoObject

type UnimplementedManagerCryptoObjectServiceServer

type UnimplementedManagerCryptoObjectServiceServer struct{}

UnimplementedManagerCryptoObjectServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerCryptoObjectServiceServer) GetCipher

func (UnimplementedManagerCryptoObjectServiceServer) GetMac

func (UnimplementedManagerCryptoObjectServiceServer) GetSignature

type UnimplementedManagerServiceServer

type UnimplementedManagerServiceServer struct{}

UnimplementedManagerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerServiceServer) IsHardwareDetected

type UnsafeManagerAuthenticationCallbackServiceServer

type UnsafeManagerAuthenticationCallbackServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeManagerAuthenticationCallbackServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ManagerAuthenticationCallbackServiceServer will result in compilation errors.

type UnsafeManagerAuthenticationResultServiceServer

type UnsafeManagerAuthenticationResultServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeManagerAuthenticationResultServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ManagerAuthenticationResultServiceServer will result in compilation errors.

type UnsafeManagerCryptoObjectServiceServer

type UnsafeManagerCryptoObjectServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeManagerCryptoObjectServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ManagerCryptoObjectServiceServer will result in compilation errors.

type UnsafeManagerServiceServer

type UnsafeManagerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ManagerServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL