Documentation ¶
Index ¶
- func RegisterKeyProviderServiceServer(s *grpc.Server, srv KeyProviderServiceServer)
- type KeyProviderKeyWrapProtocolInput
- func (*KeyProviderKeyWrapProtocolInput) Descriptor() ([]byte, []int)
- func (m *KeyProviderKeyWrapProtocolInput) GetKeyProviderKeyWrapProtocolInput() []byte
- func (*KeyProviderKeyWrapProtocolInput) ProtoMessage()
- func (m *KeyProviderKeyWrapProtocolInput) Reset()
- func (m *KeyProviderKeyWrapProtocolInput) String() string
- func (m *KeyProviderKeyWrapProtocolInput) XXX_DiscardUnknown()
- func (m *KeyProviderKeyWrapProtocolInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyProviderKeyWrapProtocolInput) XXX_Merge(src proto.Message)
- func (m *KeyProviderKeyWrapProtocolInput) XXX_Size() int
- func (m *KeyProviderKeyWrapProtocolInput) XXX_Unmarshal(b []byte) error
- type KeyProviderKeyWrapProtocolOutput
- func (*KeyProviderKeyWrapProtocolOutput) Descriptor() ([]byte, []int)
- func (m *KeyProviderKeyWrapProtocolOutput) GetKeyProviderKeyWrapProtocolOutput() []byte
- func (*KeyProviderKeyWrapProtocolOutput) ProtoMessage()
- func (m *KeyProviderKeyWrapProtocolOutput) Reset()
- func (m *KeyProviderKeyWrapProtocolOutput) String() string
- func (m *KeyProviderKeyWrapProtocolOutput) XXX_DiscardUnknown()
- func (m *KeyProviderKeyWrapProtocolOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyProviderKeyWrapProtocolOutput) XXX_Merge(src proto.Message)
- func (m *KeyProviderKeyWrapProtocolOutput) XXX_Size() int
- func (m *KeyProviderKeyWrapProtocolOutput) XXX_Unmarshal(b []byte) error
- type KeyProviderServiceClient
- type KeyProviderServiceServer
- type UnimplementedKeyProviderServiceServer
- func (*UnimplementedKeyProviderServiceServer) UnWrapKey(ctx context.Context, req *KeyProviderKeyWrapProtocolInput) (*KeyProviderKeyWrapProtocolOutput, error)
- func (*UnimplementedKeyProviderServiceServer) WrapKey(ctx context.Context, req *KeyProviderKeyWrapProtocolInput) (*KeyProviderKeyWrapProtocolOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterKeyProviderServiceServer ¶
func RegisterKeyProviderServiceServer(s *grpc.Server, srv KeyProviderServiceServer)
Types ¶
type KeyProviderKeyWrapProtocolInput ¶
type KeyProviderKeyWrapProtocolInput struct { KeyProviderKeyWrapProtocolInput []byte `protobuf:"bytes,1,opt,name=KeyProviderKeyWrapProtocolInput,proto3" json:"KeyProviderKeyWrapProtocolInput,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyProviderKeyWrapProtocolInput) Descriptor ¶
func (*KeyProviderKeyWrapProtocolInput) Descriptor() ([]byte, []int)
func (*KeyProviderKeyWrapProtocolInput) GetKeyProviderKeyWrapProtocolInput ¶
func (m *KeyProviderKeyWrapProtocolInput) GetKeyProviderKeyWrapProtocolInput() []byte
func (*KeyProviderKeyWrapProtocolInput) ProtoMessage ¶
func (*KeyProviderKeyWrapProtocolInput) ProtoMessage()
func (*KeyProviderKeyWrapProtocolInput) Reset ¶
func (m *KeyProviderKeyWrapProtocolInput) Reset()
func (*KeyProviderKeyWrapProtocolInput) String ¶
func (m *KeyProviderKeyWrapProtocolInput) String() string
func (*KeyProviderKeyWrapProtocolInput) XXX_DiscardUnknown ¶
func (m *KeyProviderKeyWrapProtocolInput) XXX_DiscardUnknown()
func (*KeyProviderKeyWrapProtocolInput) XXX_Marshal ¶
func (m *KeyProviderKeyWrapProtocolInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyProviderKeyWrapProtocolInput) XXX_Merge ¶
func (m *KeyProviderKeyWrapProtocolInput) XXX_Merge(src proto.Message)
func (*KeyProviderKeyWrapProtocolInput) XXX_Size ¶
func (m *KeyProviderKeyWrapProtocolInput) XXX_Size() int
func (*KeyProviderKeyWrapProtocolInput) XXX_Unmarshal ¶
func (m *KeyProviderKeyWrapProtocolInput) XXX_Unmarshal(b []byte) error
type KeyProviderKeyWrapProtocolOutput ¶
type KeyProviderKeyWrapProtocolOutput struct { KeyProviderKeyWrapProtocolOutput []byte `protobuf:"bytes,1,opt,name=KeyProviderKeyWrapProtocolOutput,proto3" json:"KeyProviderKeyWrapProtocolOutput,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyProviderKeyWrapProtocolOutput) Descriptor ¶
func (*KeyProviderKeyWrapProtocolOutput) Descriptor() ([]byte, []int)
func (*KeyProviderKeyWrapProtocolOutput) GetKeyProviderKeyWrapProtocolOutput ¶
func (m *KeyProviderKeyWrapProtocolOutput) GetKeyProviderKeyWrapProtocolOutput() []byte
func (*KeyProviderKeyWrapProtocolOutput) ProtoMessage ¶
func (*KeyProviderKeyWrapProtocolOutput) ProtoMessage()
func (*KeyProviderKeyWrapProtocolOutput) Reset ¶
func (m *KeyProviderKeyWrapProtocolOutput) Reset()
func (*KeyProviderKeyWrapProtocolOutput) String ¶
func (m *KeyProviderKeyWrapProtocolOutput) String() string
func (*KeyProviderKeyWrapProtocolOutput) XXX_DiscardUnknown ¶
func (m *KeyProviderKeyWrapProtocolOutput) XXX_DiscardUnknown()
func (*KeyProviderKeyWrapProtocolOutput) XXX_Marshal ¶
func (m *KeyProviderKeyWrapProtocolOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyProviderKeyWrapProtocolOutput) XXX_Merge ¶
func (m *KeyProviderKeyWrapProtocolOutput) XXX_Merge(src proto.Message)
func (*KeyProviderKeyWrapProtocolOutput) XXX_Size ¶
func (m *KeyProviderKeyWrapProtocolOutput) XXX_Size() int
func (*KeyProviderKeyWrapProtocolOutput) XXX_Unmarshal ¶
func (m *KeyProviderKeyWrapProtocolOutput) XXX_Unmarshal(b []byte) error
type KeyProviderServiceClient ¶
type KeyProviderServiceClient interface { WrapKey(ctx context.Context, in *KeyProviderKeyWrapProtocolInput, opts ...grpc.CallOption) (*KeyProviderKeyWrapProtocolOutput, error) UnWrapKey(ctx context.Context, in *KeyProviderKeyWrapProtocolInput, opts ...grpc.CallOption) (*KeyProviderKeyWrapProtocolOutput, error) }
KeyProviderServiceClient is the client API for KeyProviderService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewKeyProviderServiceClient ¶
func NewKeyProviderServiceClient(cc grpc.ClientConnInterface) KeyProviderServiceClient
type KeyProviderServiceServer ¶
type KeyProviderServiceServer interface { WrapKey(context.Context, *KeyProviderKeyWrapProtocolInput) (*KeyProviderKeyWrapProtocolOutput, error) UnWrapKey(context.Context, *KeyProviderKeyWrapProtocolInput) (*KeyProviderKeyWrapProtocolOutput, error) }
KeyProviderServiceServer is the server API for KeyProviderService service.
type UnimplementedKeyProviderServiceServer ¶
type UnimplementedKeyProviderServiceServer struct { }
UnimplementedKeyProviderServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedKeyProviderServiceServer) UnWrapKey ¶
func (*UnimplementedKeyProviderServiceServer) UnWrapKey(ctx context.Context, req *KeyProviderKeyWrapProtocolInput) (*KeyProviderKeyWrapProtocolOutput, error)
func (*UnimplementedKeyProviderServiceServer) WrapKey ¶
func (*UnimplementedKeyProviderServiceServer) WrapKey(ctx context.Context, req *KeyProviderKeyWrapProtocolInput) (*KeyProviderKeyWrapProtocolOutput, error)
Click to show internal directories.
Click to hide internal directories.