Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
- type IBlockCipher
- func (_m *IBlockCipher) DecryptWithAESGCM(cipherText []byte) ([]byte, error)
- func (_m *IBlockCipher) EncryptWithAESGCM(plainText []byte) ([]byte, error)
- func (_m *IBlockCipher) GetCipherTextKey() []byte
- func (_m *IBlockCipher) GetKMSKeyId() string
- func (_m *IBlockCipher) GetRandomChallenge() string
- func (_m *IBlockCipher) UpdateEncryptionKey(_a0 log.T, cipherTextKey []byte, sessionId string, instanceId string, ...) error
- type IKMSService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBlockCipher ¶
IBlockCipher is an autogenerated mock type for the IBlockCipher type
func (*IBlockCipher) DecryptWithAESGCM ¶
func (_m *IBlockCipher) DecryptWithAESGCM(cipherText []byte) ([]byte, error)
DecryptWithAESGCM provides a mock function with given fields: cipherText
func (*IBlockCipher) EncryptWithAESGCM ¶
func (_m *IBlockCipher) EncryptWithAESGCM(plainText []byte) ([]byte, error)
EncryptWithAESGCM provides a mock function with given fields: plainText
func (*IBlockCipher) GetCipherTextKey ¶
func (_m *IBlockCipher) GetCipherTextKey() []byte
GetCipherTextKey provides a mock function with given fields:
func (*IBlockCipher) GetKMSKeyId ¶
func (_m *IBlockCipher) GetKMSKeyId() string
GetKMSKeyId provides a mock function with given fields:
func (*IBlockCipher) GetRandomChallenge ¶
func (_m *IBlockCipher) GetRandomChallenge() string
GetKMSKeyId provides a mock function with given fields:
func (*IBlockCipher) UpdateEncryptionKey ¶
func (_m *IBlockCipher) UpdateEncryptionKey(_a0 log.T, cipherTextKey []byte, sessionId string, instanceId string, useRandomChallenge bool) error
UpdateEncryptionKey provides a mock function with given fields: _a0, cipherTextKey, sessionId, instanceId
type IKMSService ¶
IKMSService is an autogenerated mock type for the IKMSService type
Click to show internal directories.
Click to hide internal directories.