Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const ManagerAuthenticationCallbackService_OnAuthenticationError_FullMethodName + const ManagerAuthenticationCallbackService_OnAuthenticationFailed_FullMethodName + const ManagerAuthenticationCallbackService_OnAuthenticationHelp_FullMethodName + const ManagerAuthenticationCallbackService_OnAuthenticationSucceeded_FullMethodName + const ManagerAuthenticationResultService_GetCryptoObject_FullMethodName + const ManagerCryptoObjectService_GetCipher_FullMethodName + const ManagerCryptoObjectService_GetMac_FullMethodName + const ManagerCryptoObjectService_GetSignature_FullMethodName + const ManagerService_HasEnrolledFingerprints_FullMethodName + const ManagerService_IsHardwareDetected_FullMethodName + var File_proto_fingerprint_fingerprint_proto protoreflect.FileDescriptor + var ManagerAuthenticationCallbackService_ServiceDesc = grpc.ServiceDesc + var ManagerAuthenticationResultService_ServiceDesc = grpc.ServiceDesc + var ManagerCryptoObjectService_ServiceDesc = grpc.ServiceDesc + var ManagerService_ServiceDesc = grpc.ServiceDesc + func RegisterManagerAuthenticationCallbackServiceServer(s grpc.ServiceRegistrar, srv ManagerAuthenticationCallbackServiceServer) + func RegisterManagerAuthenticationResultServiceServer(s grpc.ServiceRegistrar, srv ManagerAuthenticationResultServiceServer) + func RegisterManagerCryptoObjectServiceServer(s grpc.ServiceRegistrar, srv ManagerCryptoObjectServiceServer) + func RegisterManagerServiceServer(s grpc.ServiceRegistrar, srv ManagerServiceServer) + type GetCipherRequest struct + func (*GetCipherRequest) Descriptor() ([]byte, []int) + func (*GetCipherRequest) ProtoMessage() + func (x *GetCipherRequest) ProtoReflect() protoreflect.Message + func (x *GetCipherRequest) Reset() + func (x *GetCipherRequest) String() string + type GetCipherResponse struct + Result int64 + func (*GetCipherResponse) Descriptor() ([]byte, []int) + func (*GetCipherResponse) ProtoMessage() + func (x *GetCipherResponse) GetResult() int64 + func (x *GetCipherResponse) ProtoReflect() protoreflect.Message + func (x *GetCipherResponse) Reset() + func (x *GetCipherResponse) String() string + type GetCryptoObjectRequest struct + func (*GetCryptoObjectRequest) Descriptor() ([]byte, []int) + func (*GetCryptoObjectRequest) ProtoMessage() + func (x *GetCryptoObjectRequest) ProtoReflect() protoreflect.Message + func (x *GetCryptoObjectRequest) Reset() + func (x *GetCryptoObjectRequest) String() string + type GetCryptoObjectResponse struct + Result int64 + func (*GetCryptoObjectResponse) Descriptor() ([]byte, []int) + func (*GetCryptoObjectResponse) ProtoMessage() + func (x *GetCryptoObjectResponse) GetResult() int64 + func (x *GetCryptoObjectResponse) ProtoReflect() protoreflect.Message + func (x *GetCryptoObjectResponse) Reset() + func (x *GetCryptoObjectResponse) String() string + type GetMacRequest struct + func (*GetMacRequest) Descriptor() ([]byte, []int) + func (*GetMacRequest) ProtoMessage() + func (x *GetMacRequest) ProtoReflect() protoreflect.Message + func (x *GetMacRequest) Reset() + func (x *GetMacRequest) String() string + type GetMacResponse struct + Result int64 + func (*GetMacResponse) Descriptor() ([]byte, []int) + func (*GetMacResponse) ProtoMessage() + func (x *GetMacResponse) GetResult() int64 + func (x *GetMacResponse) ProtoReflect() protoreflect.Message + func (x *GetMacResponse) Reset() + func (x *GetMacResponse) String() string + type GetSignatureRequest struct + func (*GetSignatureRequest) Descriptor() ([]byte, []int) + func (*GetSignatureRequest) ProtoMessage() + func (x *GetSignatureRequest) ProtoReflect() protoreflect.Message + func (x *GetSignatureRequest) Reset() + func (x *GetSignatureRequest) String() string + type GetSignatureResponse struct + Result int64 + func (*GetSignatureResponse) Descriptor() ([]byte, []int) + func (*GetSignatureResponse) ProtoMessage() + func (x *GetSignatureResponse) GetResult() int64 + func (x *GetSignatureResponse) ProtoReflect() protoreflect.Message + func (x *GetSignatureResponse) Reset() + func (x *GetSignatureResponse) String() string + type HasEnrolledFingerprintsRequest struct + func (*HasEnrolledFingerprintsRequest) Descriptor() ([]byte, []int) + func (*HasEnrolledFingerprintsRequest) ProtoMessage() + func (x *HasEnrolledFingerprintsRequest) ProtoReflect() protoreflect.Message + func (x *HasEnrolledFingerprintsRequest) Reset() + func (x *HasEnrolledFingerprintsRequest) String() string + type HasEnrolledFingerprintsResponse struct + Result bool + func (*HasEnrolledFingerprintsResponse) Descriptor() ([]byte, []int) + func (*HasEnrolledFingerprintsResponse) ProtoMessage() + func (x *HasEnrolledFingerprintsResponse) GetResult() bool + func (x *HasEnrolledFingerprintsResponse) ProtoReflect() protoreflect.Message + func (x *HasEnrolledFingerprintsResponse) Reset() + func (x *HasEnrolledFingerprintsResponse) String() string + type IsHardwareDetectedRequest struct + func (*IsHardwareDetectedRequest) Descriptor() ([]byte, []int) + func (*IsHardwareDetectedRequest) ProtoMessage() + func (x *IsHardwareDetectedRequest) ProtoReflect() protoreflect.Message + func (x *IsHardwareDetectedRequest) Reset() + func (x *IsHardwareDetectedRequest) String() string + type IsHardwareDetectedResponse struct + Result bool + func (*IsHardwareDetectedResponse) Descriptor() ([]byte, []int) + func (*IsHardwareDetectedResponse) ProtoMessage() + func (x *IsHardwareDetectedResponse) GetResult() bool + func (x *IsHardwareDetectedResponse) ProtoReflect() protoreflect.Message + func (x *IsHardwareDetectedResponse) Reset() + func (x *IsHardwareDetectedResponse) String() string + type ManagerAuthenticationCallbackServiceClient interface + OnAuthenticationError func(ctx context.Context, in *OnAuthenticationErrorRequest, opts ...grpc.CallOption) (*OnAuthenticationErrorResponse, error) + OnAuthenticationFailed func(ctx context.Context, in *OnAuthenticationFailedRequest, ...) (*OnAuthenticationFailedResponse, error) + OnAuthenticationHelp func(ctx context.Context, in *OnAuthenticationHelpRequest, opts ...grpc.CallOption) (*OnAuthenticationHelpResponse, error) + OnAuthenticationSucceeded func(ctx context.Context, in *OnAuthenticationSucceededRequest, ...) (*OnAuthenticationSucceededResponse, error) + func NewManagerAuthenticationCallbackServiceClient(cc grpc.ClientConnInterface) ManagerAuthenticationCallbackServiceClient + type ManagerAuthenticationCallbackServiceServer interface + OnAuthenticationError func(context.Context, *OnAuthenticationErrorRequest) (*OnAuthenticationErrorResponse, error) + OnAuthenticationFailed func(context.Context, *OnAuthenticationFailedRequest) (*OnAuthenticationFailedResponse, error) + OnAuthenticationHelp func(context.Context, *OnAuthenticationHelpRequest) (*OnAuthenticationHelpResponse, error) + OnAuthenticationSucceeded func(context.Context, *OnAuthenticationSucceededRequest) (*OnAuthenticationSucceededResponse, error) + type ManagerAuthenticationResultServiceClient interface + GetCryptoObject func(ctx context.Context, in *GetCryptoObjectRequest, opts ...grpc.CallOption) (*GetCryptoObjectResponse, error) + func NewManagerAuthenticationResultServiceClient(cc grpc.ClientConnInterface) ManagerAuthenticationResultServiceClient + type ManagerAuthenticationResultServiceServer interface + GetCryptoObject func(context.Context, *GetCryptoObjectRequest) (*GetCryptoObjectResponse, error) + type ManagerCryptoObjectServiceClient interface + GetCipher func(ctx context.Context, in *GetCipherRequest, opts ...grpc.CallOption) (*GetCipherResponse, error) + GetMac func(ctx context.Context, in *GetMacRequest, opts ...grpc.CallOption) (*GetMacResponse, error) + GetSignature func(ctx context.Context, in *GetSignatureRequest, opts ...grpc.CallOption) (*GetSignatureResponse, error) + func NewManagerCryptoObjectServiceClient(cc grpc.ClientConnInterface) ManagerCryptoObjectServiceClient + type ManagerCryptoObjectServiceServer interface + GetCipher func(context.Context, *GetCipherRequest) (*GetCipherResponse, error) + GetMac func(context.Context, *GetMacRequest) (*GetMacResponse, error) + GetSignature func(context.Context, *GetSignatureRequest) (*GetSignatureResponse, error) + type ManagerServiceClient interface + HasEnrolledFingerprints func(ctx context.Context, in *HasEnrolledFingerprintsRequest, ...) (*HasEnrolledFingerprintsResponse, error) + IsHardwareDetected func(ctx context.Context, in *IsHardwareDetectedRequest, opts ...grpc.CallOption) (*IsHardwareDetectedResponse, error) + func NewManagerServiceClient(cc grpc.ClientConnInterface) ManagerServiceClient + type ManagerServiceServer interface + HasEnrolledFingerprints func(context.Context, *HasEnrolledFingerprintsRequest) (*HasEnrolledFingerprintsResponse, error) + IsHardwareDetected func(context.Context, *IsHardwareDetectedRequest) (*IsHardwareDetectedResponse, error) + type OnAuthenticationErrorRequest struct + Arg0 int32 + Arg1 string + func (*OnAuthenticationErrorRequest) Descriptor() ([]byte, []int) + func (*OnAuthenticationErrorRequest) ProtoMessage() + func (x *OnAuthenticationErrorRequest) GetArg0() int32 + func (x *OnAuthenticationErrorRequest) GetArg1() string + func (x *OnAuthenticationErrorRequest) ProtoReflect() protoreflect.Message + func (x *OnAuthenticationErrorRequest) Reset() + func (x *OnAuthenticationErrorRequest) String() string + type OnAuthenticationErrorResponse struct + func (*OnAuthenticationErrorResponse) Descriptor() ([]byte, []int) + func (*OnAuthenticationErrorResponse) ProtoMessage() + func (x *OnAuthenticationErrorResponse) ProtoReflect() protoreflect.Message + func (x *OnAuthenticationErrorResponse) Reset() + func (x *OnAuthenticationErrorResponse) String() string + type OnAuthenticationFailedRequest struct + func (*OnAuthenticationFailedRequest) Descriptor() ([]byte, []int) + func (*OnAuthenticationFailedRequest) ProtoMessage() + func (x *OnAuthenticationFailedRequest) ProtoReflect() protoreflect.Message + func (x *OnAuthenticationFailedRequest) Reset() + func (x *OnAuthenticationFailedRequest) String() string + type OnAuthenticationFailedResponse struct + func (*OnAuthenticationFailedResponse) Descriptor() ([]byte, []int) + func (*OnAuthenticationFailedResponse) ProtoMessage() + func (x *OnAuthenticationFailedResponse) ProtoReflect() protoreflect.Message + func (x *OnAuthenticationFailedResponse) Reset() + func (x *OnAuthenticationFailedResponse) String() string + type OnAuthenticationHelpRequest struct + Arg0 int32 + Arg1 string + func (*OnAuthenticationHelpRequest) Descriptor() ([]byte, []int) + func (*OnAuthenticationHelpRequest) ProtoMessage() + func (x *OnAuthenticationHelpRequest) GetArg0() int32 + func (x *OnAuthenticationHelpRequest) GetArg1() string + func (x *OnAuthenticationHelpRequest) ProtoReflect() protoreflect.Message + func (x *OnAuthenticationHelpRequest) Reset() + func (x *OnAuthenticationHelpRequest) String() string + type OnAuthenticationHelpResponse struct + func (*OnAuthenticationHelpResponse) Descriptor() ([]byte, []int) + func (*OnAuthenticationHelpResponse) ProtoMessage() + func (x *OnAuthenticationHelpResponse) ProtoReflect() protoreflect.Message + func (x *OnAuthenticationHelpResponse) Reset() + func (x *OnAuthenticationHelpResponse) String() string + type OnAuthenticationSucceededRequest struct + Arg0 int64 + func (*OnAuthenticationSucceededRequest) Descriptor() ([]byte, []int) + func (*OnAuthenticationSucceededRequest) ProtoMessage() + func (x *OnAuthenticationSucceededRequest) GetArg0() int64 + func (x *OnAuthenticationSucceededRequest) ProtoReflect() protoreflect.Message + func (x *OnAuthenticationSucceededRequest) Reset() + func (x *OnAuthenticationSucceededRequest) String() string + type OnAuthenticationSucceededResponse struct + func (*OnAuthenticationSucceededResponse) Descriptor() ([]byte, []int) + func (*OnAuthenticationSucceededResponse) ProtoMessage() + func (x *OnAuthenticationSucceededResponse) ProtoReflect() protoreflect.Message + func (x *OnAuthenticationSucceededResponse) Reset() + func (x *OnAuthenticationSucceededResponse) String() string + type UnimplementedManagerAuthenticationCallbackServiceServer struct + func (UnimplementedManagerAuthenticationCallbackServiceServer) OnAuthenticationError(context.Context, *OnAuthenticationErrorRequest) (*OnAuthenticationErrorResponse, error) + func (UnimplementedManagerAuthenticationCallbackServiceServer) OnAuthenticationFailed(context.Context, *OnAuthenticationFailedRequest) (*OnAuthenticationFailedResponse, error) + func (UnimplementedManagerAuthenticationCallbackServiceServer) OnAuthenticationHelp(context.Context, *OnAuthenticationHelpRequest) (*OnAuthenticationHelpResponse, error) + func (UnimplementedManagerAuthenticationCallbackServiceServer) OnAuthenticationSucceeded(context.Context, *OnAuthenticationSucceededRequest) (*OnAuthenticationSucceededResponse, error) + type UnimplementedManagerAuthenticationResultServiceServer struct + func (UnimplementedManagerAuthenticationResultServiceServer) GetCryptoObject(context.Context, *GetCryptoObjectRequest) (*GetCryptoObjectResponse, error) + type UnimplementedManagerCryptoObjectServiceServer struct + func (UnimplementedManagerCryptoObjectServiceServer) GetCipher(context.Context, *GetCipherRequest) (*GetCipherResponse, error) + func (UnimplementedManagerCryptoObjectServiceServer) GetMac(context.Context, *GetMacRequest) (*GetMacResponse, error) + func (UnimplementedManagerCryptoObjectServiceServer) GetSignature(context.Context, *GetSignatureRequest) (*GetSignatureResponse, error) + type UnimplementedManagerServiceServer struct + func (UnimplementedManagerServiceServer) HasEnrolledFingerprints(context.Context, *HasEnrolledFingerprintsRequest) (*HasEnrolledFingerprintsResponse, error) + func (UnimplementedManagerServiceServer) IsHardwareDetected(context.Context, *IsHardwareDetectedRequest) (*IsHardwareDetectedResponse, error) + type UnsafeManagerAuthenticationCallbackServiceServer interface + type UnsafeManagerAuthenticationResultServiceServer interface + type UnsafeManagerCryptoObjectServiceServer interface + type UnsafeManagerServiceServer interface