paymentcryptographydatamock

package
v1.44.322 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package paymentcryptographydatamock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPaymentCryptographyDataAPI

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

MockPaymentCryptographyDataAPI is a mock of PaymentCryptographyDataAPI interface

func NewMockPaymentCryptographyDataAPI

func NewMockPaymentCryptographyDataAPI(ctrl *gomock.Controller) *MockPaymentCryptographyDataAPI

NewMockPaymentCryptographyDataAPI creates a new mock instance

func (*MockPaymentCryptographyDataAPI) DecryptData

DecryptData mocks base method

func (*MockPaymentCryptographyDataAPI) DecryptDataRequest

DecryptDataRequest mocks base method

func (*MockPaymentCryptographyDataAPI) DecryptDataWithContext

DecryptDataWithContext mocks base method

func (*MockPaymentCryptographyDataAPI) EXPECT

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

func (*MockPaymentCryptographyDataAPI) EncryptData

EncryptData mocks base method

func (*MockPaymentCryptographyDataAPI) EncryptDataRequest

EncryptDataRequest mocks base method

func (*MockPaymentCryptographyDataAPI) EncryptDataWithContext

EncryptDataWithContext mocks base method

func (*MockPaymentCryptographyDataAPI) GenerateCardValidationData

GenerateCardValidationData mocks base method

func (*MockPaymentCryptographyDataAPI) GenerateCardValidationDataRequest

GenerateCardValidationDataRequest mocks base method

func (*MockPaymentCryptographyDataAPI) GenerateCardValidationDataWithContext

GenerateCardValidationDataWithContext mocks base method

func (*MockPaymentCryptographyDataAPI) GenerateMac

GenerateMac mocks base method

func (*MockPaymentCryptographyDataAPI) GenerateMacRequest

GenerateMacRequest mocks base method

func (*MockPaymentCryptographyDataAPI) GenerateMacWithContext

GenerateMacWithContext mocks base method

func (*MockPaymentCryptographyDataAPI) GeneratePinData

GeneratePinData mocks base method

func (*MockPaymentCryptographyDataAPI) GeneratePinDataRequest

GeneratePinDataRequest mocks base method

func (*MockPaymentCryptographyDataAPI) GeneratePinDataWithContext

GeneratePinDataWithContext mocks base method

func (*MockPaymentCryptographyDataAPI) ReEncryptData

ReEncryptData mocks base method

func (*MockPaymentCryptographyDataAPI) ReEncryptDataRequest

ReEncryptDataRequest mocks base method

func (*MockPaymentCryptographyDataAPI) ReEncryptDataWithContext

ReEncryptDataWithContext mocks base method

func (*MockPaymentCryptographyDataAPI) TranslatePinData

TranslatePinData mocks base method

func (*MockPaymentCryptographyDataAPI) TranslatePinDataRequest

TranslatePinDataRequest mocks base method

func (*MockPaymentCryptographyDataAPI) TranslatePinDataWithContext

TranslatePinDataWithContext mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyAuthRequestCryptogram

VerifyAuthRequestCryptogram mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyAuthRequestCryptogramRequest

VerifyAuthRequestCryptogramRequest mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyAuthRequestCryptogramWithContext

VerifyAuthRequestCryptogramWithContext mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyCardValidationData

VerifyCardValidationData mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyCardValidationDataRequest

VerifyCardValidationDataRequest mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyCardValidationDataWithContext

VerifyCardValidationDataWithContext mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyMac

VerifyMac mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyMacRequest

VerifyMacRequest mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyMacWithContext

VerifyMacWithContext mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyPinData

VerifyPinData mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyPinDataRequest

VerifyPinDataRequest mocks base method

func (*MockPaymentCryptographyDataAPI) VerifyPinDataWithContext

VerifyPinDataWithContext mocks base method

type MockPaymentCryptographyDataAPIMockRecorder

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

MockPaymentCryptographyDataAPIMockRecorder is the mock recorder for MockPaymentCryptographyDataAPI

func (*MockPaymentCryptographyDataAPIMockRecorder) DecryptData

func (mr *MockPaymentCryptographyDataAPIMockRecorder) DecryptData(arg0 interface{}) *gomock.Call

DecryptData indicates an expected call of DecryptData

func (*MockPaymentCryptographyDataAPIMockRecorder) DecryptDataRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) DecryptDataRequest(arg0 interface{}) *gomock.Call

DecryptDataRequest indicates an expected call of DecryptDataRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) DecryptDataWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) DecryptDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DecryptDataWithContext indicates an expected call of DecryptDataWithContext

func (*MockPaymentCryptographyDataAPIMockRecorder) EncryptData

func (mr *MockPaymentCryptographyDataAPIMockRecorder) EncryptData(arg0 interface{}) *gomock.Call

EncryptData indicates an expected call of EncryptData

func (*MockPaymentCryptographyDataAPIMockRecorder) EncryptDataRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) EncryptDataRequest(arg0 interface{}) *gomock.Call

EncryptDataRequest indicates an expected call of EncryptDataRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) EncryptDataWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) EncryptDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EncryptDataWithContext indicates an expected call of EncryptDataWithContext

func (*MockPaymentCryptographyDataAPIMockRecorder) GenerateCardValidationData

func (mr *MockPaymentCryptographyDataAPIMockRecorder) GenerateCardValidationData(arg0 interface{}) *gomock.Call

GenerateCardValidationData indicates an expected call of GenerateCardValidationData

func (*MockPaymentCryptographyDataAPIMockRecorder) GenerateCardValidationDataRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) GenerateCardValidationDataRequest(arg0 interface{}) *gomock.Call

GenerateCardValidationDataRequest indicates an expected call of GenerateCardValidationDataRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) GenerateCardValidationDataWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) GenerateCardValidationDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateCardValidationDataWithContext indicates an expected call of GenerateCardValidationDataWithContext

func (*MockPaymentCryptographyDataAPIMockRecorder) GenerateMac

func (mr *MockPaymentCryptographyDataAPIMockRecorder) GenerateMac(arg0 interface{}) *gomock.Call

GenerateMac indicates an expected call of GenerateMac

func (*MockPaymentCryptographyDataAPIMockRecorder) GenerateMacRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) GenerateMacRequest(arg0 interface{}) *gomock.Call

GenerateMacRequest indicates an expected call of GenerateMacRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) GenerateMacWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) GenerateMacWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateMacWithContext indicates an expected call of GenerateMacWithContext

func (*MockPaymentCryptographyDataAPIMockRecorder) GeneratePinData

func (mr *MockPaymentCryptographyDataAPIMockRecorder) GeneratePinData(arg0 interface{}) *gomock.Call

GeneratePinData indicates an expected call of GeneratePinData

func (*MockPaymentCryptographyDataAPIMockRecorder) GeneratePinDataRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) GeneratePinDataRequest(arg0 interface{}) *gomock.Call

GeneratePinDataRequest indicates an expected call of GeneratePinDataRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) GeneratePinDataWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) GeneratePinDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GeneratePinDataWithContext indicates an expected call of GeneratePinDataWithContext

func (*MockPaymentCryptographyDataAPIMockRecorder) ReEncryptData

func (mr *MockPaymentCryptographyDataAPIMockRecorder) ReEncryptData(arg0 interface{}) *gomock.Call

ReEncryptData indicates an expected call of ReEncryptData

func (*MockPaymentCryptographyDataAPIMockRecorder) ReEncryptDataRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) ReEncryptDataRequest(arg0 interface{}) *gomock.Call

ReEncryptDataRequest indicates an expected call of ReEncryptDataRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) ReEncryptDataWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) ReEncryptDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReEncryptDataWithContext indicates an expected call of ReEncryptDataWithContext

func (*MockPaymentCryptographyDataAPIMockRecorder) TranslatePinData

func (mr *MockPaymentCryptographyDataAPIMockRecorder) TranslatePinData(arg0 interface{}) *gomock.Call

TranslatePinData indicates an expected call of TranslatePinData

func (*MockPaymentCryptographyDataAPIMockRecorder) TranslatePinDataRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) TranslatePinDataRequest(arg0 interface{}) *gomock.Call

TranslatePinDataRequest indicates an expected call of TranslatePinDataRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) TranslatePinDataWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) TranslatePinDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TranslatePinDataWithContext indicates an expected call of TranslatePinDataWithContext

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyAuthRequestCryptogram

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyAuthRequestCryptogram(arg0 interface{}) *gomock.Call

VerifyAuthRequestCryptogram indicates an expected call of VerifyAuthRequestCryptogram

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyAuthRequestCryptogramRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyAuthRequestCryptogramRequest(arg0 interface{}) *gomock.Call

VerifyAuthRequestCryptogramRequest indicates an expected call of VerifyAuthRequestCryptogramRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyAuthRequestCryptogramWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyAuthRequestCryptogramWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyAuthRequestCryptogramWithContext indicates an expected call of VerifyAuthRequestCryptogramWithContext

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyCardValidationData

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyCardValidationData(arg0 interface{}) *gomock.Call

VerifyCardValidationData indicates an expected call of VerifyCardValidationData

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyCardValidationDataRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyCardValidationDataRequest(arg0 interface{}) *gomock.Call

VerifyCardValidationDataRequest indicates an expected call of VerifyCardValidationDataRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyCardValidationDataWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyCardValidationDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyCardValidationDataWithContext indicates an expected call of VerifyCardValidationDataWithContext

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyMac

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyMac(arg0 interface{}) *gomock.Call

VerifyMac indicates an expected call of VerifyMac

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyMacRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyMacRequest(arg0 interface{}) *gomock.Call

VerifyMacRequest indicates an expected call of VerifyMacRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyMacWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyMacWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyMacWithContext indicates an expected call of VerifyMacWithContext

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyPinData

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyPinData(arg0 interface{}) *gomock.Call

VerifyPinData indicates an expected call of VerifyPinData

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyPinDataRequest

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyPinDataRequest(arg0 interface{}) *gomock.Call

VerifyPinDataRequest indicates an expected call of VerifyPinDataRequest

func (*MockPaymentCryptographyDataAPIMockRecorder) VerifyPinDataWithContext

func (mr *MockPaymentCryptographyDataAPIMockRecorder) VerifyPinDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyPinDataWithContext indicates an expected call of VerifyPinDataWithContext

Jump to

Keyboard shortcuts

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