Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const SSLEnginesService_ExportKeyingMaterial_FullMethodName + const SSLEnginesService_IsSupportedEngine_FullMethodName + const SSLEnginesService_SetUseSessionTickets_FullMethodName + const SSLSocketsService_ExportKeyingMaterial_FullMethodName + const SSLSocketsService_IsSupportedSocket_FullMethodName + const SSLSocketsService_SetUseSessionTickets_FullMethodName + var File_proto_ssl_ssl_proto protoreflect.FileDescriptor + var SSLEnginesService_ServiceDesc = grpc.ServiceDesc + var SSLSocketsService_ServiceDesc = grpc.ServiceDesc + func RegisterSSLEnginesServiceServer(s grpc.ServiceRegistrar, srv SSLEnginesServiceServer) + func RegisterSSLSocketsServiceServer(s grpc.ServiceRegistrar, srv SSLSocketsServiceServer) + type ExportKeyingMaterialRequest struct + Arg0 int64 + Arg1 string + Arg2 int64 + Arg3 int32 + func (*ExportKeyingMaterialRequest) Descriptor() ([]byte, []int) + func (*ExportKeyingMaterialRequest) ProtoMessage() + func (x *ExportKeyingMaterialRequest) GetArg0() int64 + func (x *ExportKeyingMaterialRequest) GetArg1() string + func (x *ExportKeyingMaterialRequest) GetArg2() int64 + func (x *ExportKeyingMaterialRequest) GetArg3() int32 + func (x *ExportKeyingMaterialRequest) ProtoReflect() protoreflect.Message + func (x *ExportKeyingMaterialRequest) Reset() + func (x *ExportKeyingMaterialRequest) String() string + type ExportKeyingMaterialResponse struct + Result int64 + func (*ExportKeyingMaterialResponse) Descriptor() ([]byte, []int) + func (*ExportKeyingMaterialResponse) ProtoMessage() + func (x *ExportKeyingMaterialResponse) GetResult() int64 + func (x *ExportKeyingMaterialResponse) ProtoReflect() protoreflect.Message + func (x *ExportKeyingMaterialResponse) Reset() + func (x *ExportKeyingMaterialResponse) String() string + type IsSupportedEngineRequest struct + Arg0 int64 + func (*IsSupportedEngineRequest) Descriptor() ([]byte, []int) + func (*IsSupportedEngineRequest) ProtoMessage() + func (x *IsSupportedEngineRequest) GetArg0() int64 + func (x *IsSupportedEngineRequest) ProtoReflect() protoreflect.Message + func (x *IsSupportedEngineRequest) Reset() + func (x *IsSupportedEngineRequest) String() string + type IsSupportedEngineResponse struct + Result bool + func (*IsSupportedEngineResponse) Descriptor() ([]byte, []int) + func (*IsSupportedEngineResponse) ProtoMessage() + func (x *IsSupportedEngineResponse) GetResult() bool + func (x *IsSupportedEngineResponse) ProtoReflect() protoreflect.Message + func (x *IsSupportedEngineResponse) Reset() + func (x *IsSupportedEngineResponse) String() string + type IsSupportedSocketRequest struct + Arg0 int64 + func (*IsSupportedSocketRequest) Descriptor() ([]byte, []int) + func (*IsSupportedSocketRequest) ProtoMessage() + func (x *IsSupportedSocketRequest) GetArg0() int64 + func (x *IsSupportedSocketRequest) ProtoReflect() protoreflect.Message + func (x *IsSupportedSocketRequest) Reset() + func (x *IsSupportedSocketRequest) String() string + type IsSupportedSocketResponse struct + Result bool + func (*IsSupportedSocketResponse) Descriptor() ([]byte, []int) + func (*IsSupportedSocketResponse) ProtoMessage() + func (x *IsSupportedSocketResponse) GetResult() bool + func (x *IsSupportedSocketResponse) ProtoReflect() protoreflect.Message + func (x *IsSupportedSocketResponse) Reset() + func (x *IsSupportedSocketResponse) String() string + type SSLEnginesServiceClient interface + ExportKeyingMaterial func(ctx context.Context, in *ExportKeyingMaterialRequest, opts ...grpc.CallOption) (*ExportKeyingMaterialResponse, error) + IsSupportedEngine func(ctx context.Context, in *IsSupportedEngineRequest, opts ...grpc.CallOption) (*IsSupportedEngineResponse, error) + SetUseSessionTickets func(ctx context.Context, in *SetUseSessionTicketsRequest, opts ...grpc.CallOption) (*SetUseSessionTicketsResponse, error) + func NewSSLEnginesServiceClient(cc grpc.ClientConnInterface) SSLEnginesServiceClient + type SSLEnginesServiceServer interface + ExportKeyingMaterial func(context.Context, *ExportKeyingMaterialRequest) (*ExportKeyingMaterialResponse, error) + IsSupportedEngine func(context.Context, *IsSupportedEngineRequest) (*IsSupportedEngineResponse, error) + SetUseSessionTickets func(context.Context, *SetUseSessionTicketsRequest) (*SetUseSessionTicketsResponse, error) + type SSLSocketsServiceClient interface + ExportKeyingMaterial func(ctx context.Context, in *ExportKeyingMaterialRequest, opts ...grpc.CallOption) (*ExportKeyingMaterialResponse, error) + IsSupportedSocket func(ctx context.Context, in *IsSupportedSocketRequest, opts ...grpc.CallOption) (*IsSupportedSocketResponse, error) + SetUseSessionTickets func(ctx context.Context, in *SetUseSessionTicketsRequest, opts ...grpc.CallOption) (*SetUseSessionTicketsResponse, error) + func NewSSLSocketsServiceClient(cc grpc.ClientConnInterface) SSLSocketsServiceClient + type SSLSocketsServiceServer interface + ExportKeyingMaterial func(context.Context, *ExportKeyingMaterialRequest) (*ExportKeyingMaterialResponse, error) + IsSupportedSocket func(context.Context, *IsSupportedSocketRequest) (*IsSupportedSocketResponse, error) + SetUseSessionTickets func(context.Context, *SetUseSessionTicketsRequest) (*SetUseSessionTicketsResponse, error) + type SetUseSessionTicketsRequest struct + Arg0 int64 + Arg1 bool + func (*SetUseSessionTicketsRequest) Descriptor() ([]byte, []int) + func (*SetUseSessionTicketsRequest) ProtoMessage() + func (x *SetUseSessionTicketsRequest) GetArg0() int64 + func (x *SetUseSessionTicketsRequest) GetArg1() bool + func (x *SetUseSessionTicketsRequest) ProtoReflect() protoreflect.Message + func (x *SetUseSessionTicketsRequest) Reset() + func (x *SetUseSessionTicketsRequest) String() string + type SetUseSessionTicketsResponse struct + func (*SetUseSessionTicketsResponse) Descriptor() ([]byte, []int) + func (*SetUseSessionTicketsResponse) ProtoMessage() + func (x *SetUseSessionTicketsResponse) ProtoReflect() protoreflect.Message + func (x *SetUseSessionTicketsResponse) Reset() + func (x *SetUseSessionTicketsResponse) String() string + type UnimplementedSSLEnginesServiceServer struct + func (UnimplementedSSLEnginesServiceServer) ExportKeyingMaterial(context.Context, *ExportKeyingMaterialRequest) (*ExportKeyingMaterialResponse, error) + func (UnimplementedSSLEnginesServiceServer) IsSupportedEngine(context.Context, *IsSupportedEngineRequest) (*IsSupportedEngineResponse, error) + func (UnimplementedSSLEnginesServiceServer) SetUseSessionTickets(context.Context, *SetUseSessionTicketsRequest) (*SetUseSessionTicketsResponse, error) + type UnimplementedSSLSocketsServiceServer struct + func (UnimplementedSSLSocketsServiceServer) ExportKeyingMaterial(context.Context, *ExportKeyingMaterialRequest) (*ExportKeyingMaterialResponse, error) + func (UnimplementedSSLSocketsServiceServer) IsSupportedSocket(context.Context, *IsSupportedSocketRequest) (*IsSupportedSocketResponse, error) + func (UnimplementedSSLSocketsServiceServer) SetUseSessionTickets(context.Context, *SetUseSessionTicketsRequest) (*SetUseSessionTicketsResponse, error) + type UnsafeSSLEnginesServiceServer interface + type UnsafeSSLSocketsServiceServer interface