mock_grpc

package
v0.0.0-...-d980b5c Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_grpc is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCryptoClient

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

MockCryptoClient is a mock of CryptoClient interface

func NewMockCryptoClient

func NewMockCryptoClient(ctrl *gomock.Controller) *MockCryptoClient

NewMockCryptoClient creates a new mock instance

func (*MockCryptoClient) Decrypt

Decrypt mocks base method

func (*MockCryptoClient) DecryptFinal

DecryptFinal mocks base method

func (*MockCryptoClient) DecryptInit

DecryptInit mocks base method

func (*MockCryptoClient) DecryptSingle

DecryptSingle mocks base method

func (*MockCryptoClient) DecryptUpdate

DecryptUpdate mocks base method

func (*MockCryptoClient) DeriveKey

DeriveKey mocks base method

func (*MockCryptoClient) Digest

Digest mocks base method

func (*MockCryptoClient) DigestFinal

DigestFinal mocks base method

func (*MockCryptoClient) DigestInit

DigestInit mocks base method

func (*MockCryptoClient) DigestKey

DigestKey mocks base method

func (*MockCryptoClient) DigestSingle

DigestSingle mocks base method

func (*MockCryptoClient) DigestUpdate

DigestUpdate mocks base method

func (*MockCryptoClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockCryptoClient) Encrypt

Encrypt mocks base method

func (*MockCryptoClient) EncryptFinal

EncryptFinal mocks base method

func (*MockCryptoClient) EncryptInit

EncryptInit mocks base method

func (*MockCryptoClient) EncryptSingle

EncryptSingle mocks base method

func (*MockCryptoClient) EncryptUpdate

EncryptUpdate mocks base method

func (*MockCryptoClient) GenerateKey

GenerateKey mocks base method

func (*MockCryptoClient) GenerateKeyPair

GenerateKeyPair mocks base method

func (*MockCryptoClient) GenerateRandom

GenerateRandom mocks base method

func (*MockCryptoClient) GetAttributeValue

GetAttributeValue mocks base method

func (*MockCryptoClient) GetMechanismInfo

GetMechanismInfo mocks base method

func (*MockCryptoClient) GetMechanismList

GetMechanismList mocks base method

func (*MockCryptoClient) SetAttributeValue

SetAttributeValue mocks base method

func (*MockCryptoClient) Sign

Sign mocks base method

func (*MockCryptoClient) SignFinal

SignFinal mocks base method

func (*MockCryptoClient) SignInit

SignInit mocks base method

func (*MockCryptoClient) SignSingle

SignSingle mocks base method

func (*MockCryptoClient) SignUpdate

SignUpdate mocks base method

func (*MockCryptoClient) UnwrapKey

UnwrapKey mocks base method

func (*MockCryptoClient) Verify

Verify mocks base method

func (*MockCryptoClient) VerifyFinal

VerifyFinal mocks base method

func (*MockCryptoClient) VerifyInit

VerifyInit mocks base method

func (*MockCryptoClient) VerifySingle

VerifySingle mocks base method

func (*MockCryptoClient) VerifyUpdate

VerifyUpdate mocks base method

func (*MockCryptoClient) WrapKey

WrapKey mocks base method

type MockCryptoClientMockRecorder

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

MockCryptoClientMockRecorder is the mock recorder for MockCryptoClient

func (*MockCryptoClientMockRecorder) Decrypt

func (mr *MockCryptoClientMockRecorder) Decrypt(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Decrypt indicates an expected call of Decrypt

func (*MockCryptoClientMockRecorder) DecryptFinal

func (mr *MockCryptoClientMockRecorder) DecryptFinal(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DecryptFinal indicates an expected call of DecryptFinal

func (*MockCryptoClientMockRecorder) DecryptInit

func (mr *MockCryptoClientMockRecorder) DecryptInit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DecryptInit indicates an expected call of DecryptInit

func (*MockCryptoClientMockRecorder) DecryptSingle

func (mr *MockCryptoClientMockRecorder) DecryptSingle(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DecryptSingle indicates an expected call of DecryptSingle

func (*MockCryptoClientMockRecorder) DecryptUpdate

func (mr *MockCryptoClientMockRecorder) DecryptUpdate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DecryptUpdate indicates an expected call of DecryptUpdate

func (*MockCryptoClientMockRecorder) DeriveKey

func (mr *MockCryptoClientMockRecorder) DeriveKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeriveKey indicates an expected call of DeriveKey

func (*MockCryptoClientMockRecorder) Digest

func (mr *MockCryptoClientMockRecorder) Digest(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Digest indicates an expected call of Digest

func (*MockCryptoClientMockRecorder) DigestFinal

func (mr *MockCryptoClientMockRecorder) DigestFinal(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DigestFinal indicates an expected call of DigestFinal

func (*MockCryptoClientMockRecorder) DigestInit

func (mr *MockCryptoClientMockRecorder) DigestInit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DigestInit indicates an expected call of DigestInit

func (*MockCryptoClientMockRecorder) DigestKey

func (mr *MockCryptoClientMockRecorder) DigestKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DigestKey indicates an expected call of DigestKey

func (*MockCryptoClientMockRecorder) DigestSingle

func (mr *MockCryptoClientMockRecorder) DigestSingle(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DigestSingle indicates an expected call of DigestSingle

func (*MockCryptoClientMockRecorder) DigestUpdate

func (mr *MockCryptoClientMockRecorder) DigestUpdate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DigestUpdate indicates an expected call of DigestUpdate

func (*MockCryptoClientMockRecorder) Encrypt

func (mr *MockCryptoClientMockRecorder) Encrypt(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Encrypt indicates an expected call of Encrypt

func (*MockCryptoClientMockRecorder) EncryptFinal

func (mr *MockCryptoClientMockRecorder) EncryptFinal(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EncryptFinal indicates an expected call of EncryptFinal

func (*MockCryptoClientMockRecorder) EncryptInit

func (mr *MockCryptoClientMockRecorder) EncryptInit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EncryptInit indicates an expected call of EncryptInit

func (*MockCryptoClientMockRecorder) EncryptSingle

func (mr *MockCryptoClientMockRecorder) EncryptSingle(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EncryptSingle indicates an expected call of EncryptSingle

func (*MockCryptoClientMockRecorder) EncryptUpdate

func (mr *MockCryptoClientMockRecorder) EncryptUpdate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EncryptUpdate indicates an expected call of EncryptUpdate

func (*MockCryptoClientMockRecorder) GenerateKey

func (mr *MockCryptoClientMockRecorder) GenerateKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateKey indicates an expected call of GenerateKey

func (*MockCryptoClientMockRecorder) GenerateKeyPair

func (mr *MockCryptoClientMockRecorder) GenerateKeyPair(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateKeyPair indicates an expected call of GenerateKeyPair

func (*MockCryptoClientMockRecorder) GenerateRandom

func (mr *MockCryptoClientMockRecorder) GenerateRandom(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateRandom indicates an expected call of GenerateRandom

func (*MockCryptoClientMockRecorder) GetAttributeValue

func (mr *MockCryptoClientMockRecorder) GetAttributeValue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAttributeValue indicates an expected call of GetAttributeValue

func (*MockCryptoClientMockRecorder) GetMechanismInfo

func (mr *MockCryptoClientMockRecorder) GetMechanismInfo(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMechanismInfo indicates an expected call of GetMechanismInfo

func (*MockCryptoClientMockRecorder) GetMechanismList

func (mr *MockCryptoClientMockRecorder) GetMechanismList(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMechanismList indicates an expected call of GetMechanismList

func (*MockCryptoClientMockRecorder) SetAttributeValue

func (mr *MockCryptoClientMockRecorder) SetAttributeValue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetAttributeValue indicates an expected call of SetAttributeValue

func (*MockCryptoClientMockRecorder) Sign

func (mr *MockCryptoClientMockRecorder) Sign(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Sign indicates an expected call of Sign

func (*MockCryptoClientMockRecorder) SignFinal

func (mr *MockCryptoClientMockRecorder) SignFinal(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SignFinal indicates an expected call of SignFinal

func (*MockCryptoClientMockRecorder) SignInit

func (mr *MockCryptoClientMockRecorder) SignInit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SignInit indicates an expected call of SignInit

func (*MockCryptoClientMockRecorder) SignSingle

func (mr *MockCryptoClientMockRecorder) SignSingle(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SignSingle indicates an expected call of SignSingle

func (*MockCryptoClientMockRecorder) SignUpdate

func (mr *MockCryptoClientMockRecorder) SignUpdate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SignUpdate indicates an expected call of SignUpdate

func (*MockCryptoClientMockRecorder) UnwrapKey

func (mr *MockCryptoClientMockRecorder) UnwrapKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnwrapKey indicates an expected call of UnwrapKey

func (*MockCryptoClientMockRecorder) Verify

func (mr *MockCryptoClientMockRecorder) Verify(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Verify indicates an expected call of Verify

func (*MockCryptoClientMockRecorder) VerifyFinal

func (mr *MockCryptoClientMockRecorder) VerifyFinal(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyFinal indicates an expected call of VerifyFinal

func (*MockCryptoClientMockRecorder) VerifyInit

func (mr *MockCryptoClientMockRecorder) VerifyInit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyInit indicates an expected call of VerifyInit

func (*MockCryptoClientMockRecorder) VerifySingle

func (mr *MockCryptoClientMockRecorder) VerifySingle(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifySingle indicates an expected call of VerifySingle

func (*MockCryptoClientMockRecorder) VerifyUpdate

func (mr *MockCryptoClientMockRecorder) VerifyUpdate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyUpdate indicates an expected call of VerifyUpdate

func (*MockCryptoClientMockRecorder) WrapKey

func (mr *MockCryptoClientMockRecorder) WrapKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WrapKey indicates an expected call of WrapKey

Jump to

Keyboard shortcuts

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