Documentation
¶
Index ¶
- type SSLEnginesClient
- func (c *SSLEnginesClient) ExportKeyingMaterial(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int32) (int64, error)
- func (c *SSLEnginesClient) IsSupportedEngine(ctx context.Context, arg0 int64) (bool, error)
- func (c *SSLEnginesClient) SetUseSessionTickets(ctx context.Context, arg0 int64, arg1 bool) error
- type SSLSocketsClient
- func (c *SSLSocketsClient) ExportKeyingMaterial(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int32) (int64, error)
- func (c *SSLSocketsClient) IsSupportedSocket(ctx context.Context, arg0 int64) (bool, error)
- func (c *SSLSocketsClient) SetUseSessionTickets(ctx context.Context, arg0 int64, arg1 bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSLEnginesClient ¶
type SSLEnginesClient struct {
// contains filtered or unexported fields
}
SSLEnginesClient wraps the gRPC SSLEnginesService client.
func NewSSLEnginesClient ¶
func NewSSLEnginesClient(cc grpc.ClientConnInterface) *SSLEnginesClient
NewSSLEnginesClient creates a new SSLEngines client.
func (*SSLEnginesClient) ExportKeyingMaterial ¶
func (c *SSLEnginesClient) ExportKeyingMaterial(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int32) (int64, error)
ExportKeyingMaterial calls the ExportKeyingMaterial RPC.
func (*SSLEnginesClient) IsSupportedEngine ¶
IsSupportedEngine calls the IsSupportedEngine RPC.
func (*SSLEnginesClient) SetUseSessionTickets ¶
SetUseSessionTickets calls the SetUseSessionTickets RPC.
type SSLSocketsClient ¶
type SSLSocketsClient struct {
// contains filtered or unexported fields
}
SSLSocketsClient wraps the gRPC SSLSocketsService client.
func NewSSLSocketsClient ¶
func NewSSLSocketsClient(cc grpc.ClientConnInterface) *SSLSocketsClient
NewSSLSocketsClient creates a new SSLSockets client.
func (*SSLSocketsClient) ExportKeyingMaterial ¶
func (c *SSLSocketsClient) ExportKeyingMaterial(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int32) (int64, error)
ExportKeyingMaterial calls the ExportKeyingMaterial RPC.
func (*SSLSocketsClient) IsSupportedSocket ¶
IsSupportedSocket calls the IsSupportedSocket RPC.
func (*SSLSocketsClient) SetUseSessionTickets ¶
SetUseSessionTickets calls the SetUseSessionTickets RPC.
Click to show internal directories.
Click to hide internal directories.