securityfakes

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2019 License: Apache-2.0, BSD-3-Clause, MIT Imports: 3 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeEncrypter

type FakeEncrypter struct {
	DecryptStub func(context.Context, []byte, []byte) ([]byte, error)

	EncryptStub func(context.Context, []byte, []byte) ([]byte, error)
	// contains filtered or unexported fields
}

func (*FakeEncrypter) Decrypt

func (fake *FakeEncrypter) Decrypt(arg1 context.Context, arg2 []byte, arg3 []byte) ([]byte, error)

func (*FakeEncrypter) DecryptArgsForCall

func (fake *FakeEncrypter) DecryptArgsForCall(i int) (context.Context, []byte, []byte)

func (*FakeEncrypter) DecryptCallCount

func (fake *FakeEncrypter) DecryptCallCount() int

func (*FakeEncrypter) DecryptCalls added in v0.1.2

func (fake *FakeEncrypter) DecryptCalls(stub func(context.Context, []byte, []byte) ([]byte, error))

func (*FakeEncrypter) DecryptReturns

func (fake *FakeEncrypter) DecryptReturns(result1 []byte, result2 error)

func (*FakeEncrypter) DecryptReturnsOnCall

func (fake *FakeEncrypter) DecryptReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeEncrypter) Encrypt

func (fake *FakeEncrypter) Encrypt(arg1 context.Context, arg2 []byte, arg3 []byte) ([]byte, error)

func (*FakeEncrypter) EncryptArgsForCall

func (fake *FakeEncrypter) EncryptArgsForCall(i int) (context.Context, []byte, []byte)

func (*FakeEncrypter) EncryptCallCount

func (fake *FakeEncrypter) EncryptCallCount() int

func (*FakeEncrypter) EncryptCalls added in v0.1.2

func (fake *FakeEncrypter) EncryptCalls(stub func(context.Context, []byte, []byte) ([]byte, error))

func (*FakeEncrypter) EncryptReturns

func (fake *FakeEncrypter) EncryptReturns(result1 []byte, result2 error)

func (*FakeEncrypter) EncryptReturnsOnCall

func (fake *FakeEncrypter) EncryptReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeEncrypter) Invocations

func (fake *FakeEncrypter) Invocations() map[string][][]interface{}

Jump to

Keyboard shortcuts

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