Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Big
- type CredRequest
- func (fake *CredRequest) Invocations() map[string][][]interface{}
- func (fake *CredRequest) Sign(arg1 *math.Zr, arg2 handlers.IssuerPublicKey, arg3 []byte) ([]byte, error)
- func (fake *CredRequest) SignArgsForCall(i int) (*math.Zr, handlers.IssuerPublicKey, []byte)
- func (fake *CredRequest) SignCallCount() int
- func (fake *CredRequest) SignCalls(stub func(*math.Zr, handlers.IssuerPublicKey, []byte) ([]byte, error))
- func (fake *CredRequest) SignReturns(result1 []byte, result2 error)
- func (fake *CredRequest) SignReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *CredRequest) Verify(arg1 []byte, arg2 handlers.IssuerPublicKey, arg3 []byte) error
- func (fake *CredRequest) VerifyArgsForCall(i int) ([]byte, handlers.IssuerPublicKey, []byte)
- func (fake *CredRequest) VerifyCallCount() int
- func (fake *CredRequest) VerifyCalls(stub func([]byte, handlers.IssuerPublicKey, []byte) error)
- func (fake *CredRequest) VerifyReturns(result1 error)
- func (fake *CredRequest) VerifyReturnsOnCall(i int, result1 error)
- type Credential
- func (fake *Credential) Invocations() map[string][][]interface{}
- func (fake *Credential) Sign(arg1 handlers.IssuerSecretKey, arg2 []byte, arg3 []idemix.IdemixAttribute) ([]byte, error)
- func (fake *Credential) SignArgsForCall(i int) (handlers.IssuerSecretKey, []byte, []idemix.IdemixAttribute)
- func (fake *Credential) SignCallCount() int
- func (fake *Credential) SignCalls(...)
- func (fake *Credential) SignReturns(result1 []byte, result2 error)
- func (fake *Credential) SignReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *Credential) Verify(arg1 *math.Zr, arg2 handlers.IssuerPublicKey, arg3 []byte, ...) error
- func (fake *Credential) VerifyArgsForCall(i int) (*math.Zr, handlers.IssuerPublicKey, []byte, []idemix.IdemixAttribute)
- func (fake *Credential) VerifyCallCount() int
- func (fake *Credential) VerifyCalls(...)
- func (fake *Credential) VerifyReturns(result1 error)
- func (fake *Credential) VerifyReturnsOnCall(i int, result1 error)
- type Ecp
- type Issuer
- func (fake *Issuer) Invocations() map[string][][]interface{}
- func (fake *Issuer) NewKey(arg1 []string) (handlers.IssuerSecretKey, error)
- func (fake *Issuer) NewKeyArgsForCall(i int) []string
- func (fake *Issuer) NewKeyCallCount() int
- func (fake *Issuer) NewKeyCalls(stub func([]string) (handlers.IssuerSecretKey, error))
- func (fake *Issuer) NewKeyFromBytes(arg1 []byte, arg2 []string) (handlers.IssuerSecretKey, error)
- func (fake *Issuer) NewKeyFromBytesArgsForCall(i int) ([]byte, []string)
- func (fake *Issuer) NewKeyFromBytesCallCount() int
- func (fake *Issuer) NewKeyFromBytesCalls(stub func([]byte, []string) (handlers.IssuerSecretKey, error))
- func (fake *Issuer) NewKeyFromBytesReturns(result1 handlers.IssuerSecretKey, result2 error)
- func (fake *Issuer) NewKeyFromBytesReturnsOnCall(i int, result1 handlers.IssuerSecretKey, result2 error)
- func (fake *Issuer) NewKeyReturns(result1 handlers.IssuerSecretKey, result2 error)
- func (fake *Issuer) NewKeyReturnsOnCall(i int, result1 handlers.IssuerSecretKey, result2 error)
- func (fake *Issuer) NewPublicKeyFromBytes(arg1 []byte, arg2 []string) (handlers.IssuerPublicKey, error)
- func (fake *Issuer) NewPublicKeyFromBytesArgsForCall(i int) ([]byte, []string)
- func (fake *Issuer) NewPublicKeyFromBytesCallCount() int
- func (fake *Issuer) NewPublicKeyFromBytesCalls(stub func([]byte, []string) (handlers.IssuerPublicKey, error))
- func (fake *Issuer) NewPublicKeyFromBytesReturns(result1 handlers.IssuerPublicKey, result2 error)
- func (fake *Issuer) NewPublicKeyFromBytesReturnsOnCall(i int, result1 handlers.IssuerPublicKey, result2 error)
- type IssuerPublicKey
- func (fake *IssuerPublicKey) Bytes() ([]byte, error)
- func (fake *IssuerPublicKey) BytesCallCount() int
- func (fake *IssuerPublicKey) BytesCalls(stub func() ([]byte, error))
- func (fake *IssuerPublicKey) BytesReturns(result1 []byte, result2 error)
- func (fake *IssuerPublicKey) BytesReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *IssuerPublicKey) Hash() []byte
- func (fake *IssuerPublicKey) HashCallCount() int
- func (fake *IssuerPublicKey) HashCalls(stub func() []byte)
- func (fake *IssuerPublicKey) HashReturns(result1 []byte)
- func (fake *IssuerPublicKey) HashReturnsOnCall(i int, result1 []byte)
- func (fake *IssuerPublicKey) Invocations() map[string][][]interface{}
- type IssuerSecretKey
- func (fake *IssuerSecretKey) Bytes() ([]byte, error)
- func (fake *IssuerSecretKey) BytesCallCount() int
- func (fake *IssuerSecretKey) BytesCalls(stub func() ([]byte, error))
- func (fake *IssuerSecretKey) BytesReturns(result1 []byte, result2 error)
- func (fake *IssuerSecretKey) BytesReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *IssuerSecretKey) Invocations() map[string][][]interface{}
- func (fake *IssuerSecretKey) Public() handlers.IssuerPublicKey
- func (fake *IssuerSecretKey) PublicCallCount() int
- func (fake *IssuerSecretKey) PublicCalls(stub func() handlers.IssuerPublicKey)
- func (fake *IssuerSecretKey) PublicReturns(result1 handlers.IssuerPublicKey)
- func (fake *IssuerSecretKey) PublicReturnsOnCall(i int, result1 handlers.IssuerPublicKey)
- type NymSignatureScheme
- func (fake *NymSignatureScheme) Invocations() map[string][][]interface{}
- func (fake *NymSignatureScheme) Sign(arg1 *math.Zr, arg2 *math.G1, arg3 *math.Zr, arg4 handlers.IssuerPublicKey, ...) ([]byte, error)
- func (fake *NymSignatureScheme) SignArgsForCall(i int) (*math.Zr, *math.G1, *math.Zr, handlers.IssuerPublicKey, []byte)
- func (fake *NymSignatureScheme) SignCallCount() int
- func (fake *NymSignatureScheme) SignCalls(...)
- func (fake *NymSignatureScheme) SignReturns(result1 []byte, result2 error)
- func (fake *NymSignatureScheme) SignReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *NymSignatureScheme) Verify(arg1 handlers.IssuerPublicKey, arg2 *math.G1, arg3 []byte, arg4 []byte) error
- func (fake *NymSignatureScheme) VerifyArgsForCall(i int) (handlers.IssuerPublicKey, *math.G1, []byte, []byte)
- func (fake *NymSignatureScheme) VerifyCallCount() int
- func (fake *NymSignatureScheme) VerifyCalls(stub func(handlers.IssuerPublicKey, *math.G1, []byte, []byte) error)
- func (fake *NymSignatureScheme) VerifyReturns(result1 error)
- func (fake *NymSignatureScheme) VerifyReturnsOnCall(i int, result1 error)
- type Revocation
- func (fake *Revocation) Invocations() map[string][][]interface{}
- func (fake *Revocation) NewKey() (*ecdsa.PrivateKey, error)
- func (fake *Revocation) NewKeyCallCount() int
- func (fake *Revocation) NewKeyCalls(stub func() (*ecdsa.PrivateKey, error))
- func (fake *Revocation) NewKeyFromBytes(arg1 []byte) (*ecdsa.PrivateKey, error)
- func (fake *Revocation) NewKeyFromBytesArgsForCall(i int) []byte
- func (fake *Revocation) NewKeyFromBytesCallCount() int
- func (fake *Revocation) NewKeyFromBytesCalls(stub func([]byte) (*ecdsa.PrivateKey, error))
- func (fake *Revocation) NewKeyFromBytesReturns(result1 *ecdsa.PrivateKey, result2 error)
- func (fake *Revocation) NewKeyFromBytesReturnsOnCall(i int, result1 *ecdsa.PrivateKey, result2 error)
- func (fake *Revocation) NewKeyReturns(result1 *ecdsa.PrivateKey, result2 error)
- func (fake *Revocation) NewKeyReturnsOnCall(i int, result1 *ecdsa.PrivateKey, result2 error)
- func (fake *Revocation) Sign(arg1 *ecdsa.PrivateKey, arg2 [][]byte, arg3 int, ...) ([]byte, error)
- func (fake *Revocation) SignArgsForCall(i int) (*ecdsa.PrivateKey, [][]byte, int, idemix.RevocationAlgorithm)
- func (fake *Revocation) SignCallCount() int
- func (fake *Revocation) SignCalls(...)
- func (fake *Revocation) SignReturns(result1 []byte, result2 error)
- func (fake *Revocation) SignReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *Revocation) Verify(arg1 *ecdsa.PublicKey, arg2 []byte, arg3 int, arg4 idemix.RevocationAlgorithm) error
- func (fake *Revocation) VerifyArgsForCall(i int) (*ecdsa.PublicKey, []byte, int, idemix.RevocationAlgorithm)
- func (fake *Revocation) VerifyCallCount() int
- func (fake *Revocation) VerifyCalls(stub func(*ecdsa.PublicKey, []byte, int, idemix.RevocationAlgorithm) error)
- func (fake *Revocation) VerifyReturns(result1 error)
- func (fake *Revocation) VerifyReturnsOnCall(i int, result1 error)
- type SignatureScheme
- func (fake *SignatureScheme) AuditNymEid(ipk handlers.IssuerPublicKey, eidIndex int, signature []byte, ...) error
- func (fake *SignatureScheme) AuditNymEidArgsForCall(i int) (handlers.IssuerPublicKey, int, []byte, string, *math.Zr, ...)
- func (fake *SignatureScheme) AuditNymEidCallCount() int
- func (fake *SignatureScheme) AuditNymEidReturns(result1 error)
- func (fake *SignatureScheme) AuditNymEidReturnsOnCall(i int, result1 error)
- func (fake *SignatureScheme) Invocations() map[string][][]interface{}
- func (fake *SignatureScheme) Sign(cred []byte, sk *math.Zr, Nym *math.G1, RNym *math.Zr, ...) ([]byte, *bccsp.IdemixSignerMetadata, error)
- func (fake *SignatureScheme) SignArgsForCall(i int) ([]byte, *math.Zr, *math.G1, *math.Zr, handlers.IssuerPublicKey, ...)
- func (fake *SignatureScheme) SignCallCount() int
- func (fake *SignatureScheme) SignReturns(result1 []byte, result2 *bccsp.IdemixSignerMetadata, result3 error)
- func (fake *SignatureScheme) SignReturnsOnCall(i int, result1 []byte, result2 *bccsp.IdemixSignerMetadata, result3 error)
- func (fake *SignatureScheme) Verify(ipk handlers.IssuerPublicKey, signature []byte, msg []byte, ...) error
- func (fake *SignatureScheme) VerifyArgsForCall(i int) (handlers.IssuerPublicKey, []byte, []byte, []bccsp.IdemixAttribute, int, int, ...)
- func (fake *SignatureScheme) VerifyCallCount() int
- func (fake *SignatureScheme) VerifyReturns(result1 error)
- func (fake *SignatureScheme) VerifyReturnsOnCall(i int, result1 error)
- type User
- func (fake *User) Invocations() map[string][][]interface{}
- func (fake *User) MakeNym(arg1 *math.Zr, arg2 handlers.IssuerPublicKey) (*math.G1, *math.Zr, error)
- func (fake *User) MakeNymArgsForCall(i int) (*math.Zr, handlers.IssuerPublicKey)
- func (fake *User) MakeNymCallCount() int
- func (fake *User) MakeNymCalls(stub func(*math.Zr, handlers.IssuerPublicKey) (*math.G1, *math.Zr, error))
- func (fake *User) MakeNymReturns(result1 *math.G1, result2 *math.Zr, result3 error)
- func (fake *User) MakeNymReturnsOnCall(i int, result1 *math.G1, result2 *math.Zr, result3 error)
- func (fake *User) NewKey() (*math.Zr, error)
- func (fake *User) NewKeyCallCount() int
- func (fake *User) NewKeyCalls(stub func() (*math.Zr, error))
- func (fake *User) NewKeyFromBytes(arg1 []byte) (*math.Zr, error)
- func (fake *User) NewKeyFromBytesArgsForCall(i int) []byte
- func (fake *User) NewKeyFromBytesCallCount() int
- func (fake *User) NewKeyFromBytesCalls(stub func([]byte) (*math.Zr, error))
- func (fake *User) NewKeyFromBytesReturns(result1 *math.Zr, result2 error)
- func (fake *User) NewKeyFromBytesReturnsOnCall(i int, result1 *math.Zr, result2 error)
- func (fake *User) NewKeyReturns(result1 *math.Zr, result2 error)
- func (fake *User) NewKeyReturnsOnCall(i int, result1 *math.Zr, result2 error)
- func (fake *User) NewNymFromBytes(arg1 []byte) (*math.G1, *math.Zr, error)
- func (fake *User) NewNymFromBytesArgsForCall(i int) []byte
- func (fake *User) NewNymFromBytesCallCount() int
- func (fake *User) NewNymFromBytesCalls(stub func([]byte) (*math.G1, *math.Zr, error))
- func (fake *User) NewNymFromBytesReturns(result1 *math.G1, result2 *math.Zr, result3 error)
- func (fake *User) NewNymFromBytesReturnsOnCall(i int, result1 *math.G1, result2 *math.Zr, result3 error)
- func (fake *User) NewPublicNymFromBytes(arg1 []byte) (*math.G1, error)
- func (fake *User) NewPublicNymFromBytesArgsForCall(i int) []byte
- func (fake *User) NewPublicNymFromBytesCallCount() int
- func (fake *User) NewPublicNymFromBytesCalls(stub func([]byte) (*math.G1, error))
- func (fake *User) NewPublicNymFromBytesReturns(result1 *math.G1, result2 error)
- func (fake *User) NewPublicNymFromBytesReturnsOnCall(i int, result1 *math.G1, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Big ¶
type Big struct { BytesStub func() []byte // contains filtered or unexported fields }
func (*Big) BytesCallCount ¶
func (*Big) BytesCalls ¶
func (*Big) BytesReturns ¶
func (*Big) BytesReturnsOnCall ¶
func (*Big) Invocations ¶
type CredRequest ¶
type CredRequest struct { SignStub func(*math.Zr, handlers.IssuerPublicKey, []byte) ([]byte, error) VerifyStub func([]byte, handlers.IssuerPublicKey, []byte) error // contains filtered or unexported fields }
func (*CredRequest) Invocations ¶
func (fake *CredRequest) Invocations() map[string][][]interface{}
func (*CredRequest) Sign ¶
func (fake *CredRequest) Sign(arg1 *math.Zr, arg2 handlers.IssuerPublicKey, arg3 []byte) ([]byte, error)
func (*CredRequest) SignArgsForCall ¶
func (fake *CredRequest) SignArgsForCall(i int) (*math.Zr, handlers.IssuerPublicKey, []byte)
func (*CredRequest) SignCallCount ¶
func (fake *CredRequest) SignCallCount() int
func (*CredRequest) SignCalls ¶
func (fake *CredRequest) SignCalls(stub func(*math.Zr, handlers.IssuerPublicKey, []byte) ([]byte, error))
func (*CredRequest) SignReturns ¶
func (fake *CredRequest) SignReturns(result1 []byte, result2 error)
func (*CredRequest) SignReturnsOnCall ¶
func (fake *CredRequest) SignReturnsOnCall(i int, result1 []byte, result2 error)
func (*CredRequest) Verify ¶
func (fake *CredRequest) Verify(arg1 []byte, arg2 handlers.IssuerPublicKey, arg3 []byte) error
func (*CredRequest) VerifyArgsForCall ¶
func (fake *CredRequest) VerifyArgsForCall(i int) ([]byte, handlers.IssuerPublicKey, []byte)
func (*CredRequest) VerifyCallCount ¶
func (fake *CredRequest) VerifyCallCount() int
func (*CredRequest) VerifyCalls ¶
func (fake *CredRequest) VerifyCalls(stub func([]byte, handlers.IssuerPublicKey, []byte) error)
func (*CredRequest) VerifyReturns ¶
func (fake *CredRequest) VerifyReturns(result1 error)
func (*CredRequest) VerifyReturnsOnCall ¶
func (fake *CredRequest) VerifyReturnsOnCall(i int, result1 error)
type Credential ¶
type Credential struct { SignStub func(handlers.IssuerSecretKey, []byte, []idemix.IdemixAttribute) ([]byte, error) VerifyStub func(*math.Zr, handlers.IssuerPublicKey, []byte, []idemix.IdemixAttribute) error // contains filtered or unexported fields }
func (*Credential) Invocations ¶
func (fake *Credential) Invocations() map[string][][]interface{}
func (*Credential) Sign ¶
func (fake *Credential) Sign(arg1 handlers.IssuerSecretKey, arg2 []byte, arg3 []idemix.IdemixAttribute) ([]byte, error)
func (*Credential) SignArgsForCall ¶
func (fake *Credential) SignArgsForCall(i int) (handlers.IssuerSecretKey, []byte, []idemix.IdemixAttribute)
func (*Credential) SignCallCount ¶
func (fake *Credential) SignCallCount() int
func (*Credential) SignCalls ¶
func (fake *Credential) SignCalls(stub func(handlers.IssuerSecretKey, []byte, []idemix.IdemixAttribute) ([]byte, error))
func (*Credential) SignReturns ¶
func (fake *Credential) SignReturns(result1 []byte, result2 error)
func (*Credential) SignReturnsOnCall ¶
func (fake *Credential) SignReturnsOnCall(i int, result1 []byte, result2 error)
func (*Credential) Verify ¶
func (fake *Credential) Verify(arg1 *math.Zr, arg2 handlers.IssuerPublicKey, arg3 []byte, arg4 []idemix.IdemixAttribute) error
func (*Credential) VerifyArgsForCall ¶
func (fake *Credential) VerifyArgsForCall(i int) (*math.Zr, handlers.IssuerPublicKey, []byte, []idemix.IdemixAttribute)
func (*Credential) VerifyCallCount ¶
func (fake *Credential) VerifyCallCount() int
func (*Credential) VerifyCalls ¶
func (fake *Credential) VerifyCalls(stub func(*math.Zr, handlers.IssuerPublicKey, []byte, []idemix.IdemixAttribute) error)
func (*Credential) VerifyReturns ¶
func (fake *Credential) VerifyReturns(result1 error)
func (*Credential) VerifyReturnsOnCall ¶
func (fake *Credential) VerifyReturnsOnCall(i int, result1 error)
type Ecp ¶
type Ecp struct { BytesStub func() []byte // contains filtered or unexported fields }
func (*Ecp) BytesCallCount ¶
func (*Ecp) BytesCalls ¶
func (*Ecp) BytesReturns ¶
func (*Ecp) BytesReturnsOnCall ¶
func (*Ecp) Invocations ¶
type Issuer ¶
type Issuer struct { NewKeyStub func([]string) (handlers.IssuerSecretKey, error) NewKeyFromBytesStub func([]byte, []string) (handlers.IssuerSecretKey, error) NewPublicKeyFromBytesStub func([]byte, []string) (handlers.IssuerPublicKey, error) // contains filtered or unexported fields }
func (*Issuer) Invocations ¶
func (*Issuer) NewKeyArgsForCall ¶
func (*Issuer) NewKeyCallCount ¶
func (*Issuer) NewKeyCalls ¶
func (fake *Issuer) NewKeyCalls(stub func([]string) (handlers.IssuerSecretKey, error))
func (*Issuer) NewKeyFromBytes ¶
func (*Issuer) NewKeyFromBytesArgsForCall ¶
func (*Issuer) NewKeyFromBytesCallCount ¶
func (*Issuer) NewKeyFromBytesCalls ¶
func (*Issuer) NewKeyFromBytesReturns ¶
func (fake *Issuer) NewKeyFromBytesReturns(result1 handlers.IssuerSecretKey, result2 error)
func (*Issuer) NewKeyFromBytesReturnsOnCall ¶
func (fake *Issuer) NewKeyFromBytesReturnsOnCall(i int, result1 handlers.IssuerSecretKey, result2 error)
func (*Issuer) NewKeyReturns ¶
func (fake *Issuer) NewKeyReturns(result1 handlers.IssuerSecretKey, result2 error)
func (*Issuer) NewKeyReturnsOnCall ¶
func (fake *Issuer) NewKeyReturnsOnCall(i int, result1 handlers.IssuerSecretKey, result2 error)
func (*Issuer) NewPublicKeyFromBytes ¶
func (*Issuer) NewPublicKeyFromBytesArgsForCall ¶
func (*Issuer) NewPublicKeyFromBytesCallCount ¶
func (*Issuer) NewPublicKeyFromBytesCalls ¶
func (*Issuer) NewPublicKeyFromBytesReturns ¶
func (fake *Issuer) NewPublicKeyFromBytesReturns(result1 handlers.IssuerPublicKey, result2 error)
func (*Issuer) NewPublicKeyFromBytesReturnsOnCall ¶
func (fake *Issuer) NewPublicKeyFromBytesReturnsOnCall(i int, result1 handlers.IssuerPublicKey, result2 error)
type IssuerPublicKey ¶
type IssuerPublicKey struct { BytesStub func() ([]byte, error) HashStub func() []byte // contains filtered or unexported fields }
func (*IssuerPublicKey) Bytes ¶
func (fake *IssuerPublicKey) Bytes() ([]byte, error)
func (*IssuerPublicKey) BytesCallCount ¶
func (fake *IssuerPublicKey) BytesCallCount() int
func (*IssuerPublicKey) BytesCalls ¶
func (fake *IssuerPublicKey) BytesCalls(stub func() ([]byte, error))
func (*IssuerPublicKey) BytesReturns ¶
func (fake *IssuerPublicKey) BytesReturns(result1 []byte, result2 error)
func (*IssuerPublicKey) BytesReturnsOnCall ¶
func (fake *IssuerPublicKey) BytesReturnsOnCall(i int, result1 []byte, result2 error)
func (*IssuerPublicKey) Hash ¶
func (fake *IssuerPublicKey) Hash() []byte
func (*IssuerPublicKey) HashCallCount ¶
func (fake *IssuerPublicKey) HashCallCount() int
func (*IssuerPublicKey) HashCalls ¶
func (fake *IssuerPublicKey) HashCalls(stub func() []byte)
func (*IssuerPublicKey) HashReturns ¶
func (fake *IssuerPublicKey) HashReturns(result1 []byte)
func (*IssuerPublicKey) HashReturnsOnCall ¶
func (fake *IssuerPublicKey) HashReturnsOnCall(i int, result1 []byte)
func (*IssuerPublicKey) Invocations ¶
func (fake *IssuerPublicKey) Invocations() map[string][][]interface{}
type IssuerSecretKey ¶
type IssuerSecretKey struct { BytesStub func() ([]byte, error) PublicStub func() handlers.IssuerPublicKey // contains filtered or unexported fields }
func (*IssuerSecretKey) Bytes ¶
func (fake *IssuerSecretKey) Bytes() ([]byte, error)
func (*IssuerSecretKey) BytesCallCount ¶
func (fake *IssuerSecretKey) BytesCallCount() int
func (*IssuerSecretKey) BytesCalls ¶
func (fake *IssuerSecretKey) BytesCalls(stub func() ([]byte, error))
func (*IssuerSecretKey) BytesReturns ¶
func (fake *IssuerSecretKey) BytesReturns(result1 []byte, result2 error)
func (*IssuerSecretKey) BytesReturnsOnCall ¶
func (fake *IssuerSecretKey) BytesReturnsOnCall(i int, result1 []byte, result2 error)
func (*IssuerSecretKey) Invocations ¶
func (fake *IssuerSecretKey) Invocations() map[string][][]interface{}
func (*IssuerSecretKey) Public ¶
func (fake *IssuerSecretKey) Public() handlers.IssuerPublicKey
func (*IssuerSecretKey) PublicCallCount ¶
func (fake *IssuerSecretKey) PublicCallCount() int
func (*IssuerSecretKey) PublicCalls ¶
func (fake *IssuerSecretKey) PublicCalls(stub func() handlers.IssuerPublicKey)
func (*IssuerSecretKey) PublicReturns ¶
func (fake *IssuerSecretKey) PublicReturns(result1 handlers.IssuerPublicKey)
func (*IssuerSecretKey) PublicReturnsOnCall ¶
func (fake *IssuerSecretKey) PublicReturnsOnCall(i int, result1 handlers.IssuerPublicKey)
type NymSignatureScheme ¶
type NymSignatureScheme struct { SignStub func(*math.Zr, *math.G1, *math.Zr, handlers.IssuerPublicKey, []byte) ([]byte, error) VerifyStub func(handlers.IssuerPublicKey, *math.G1, []byte, []byte) error // contains filtered or unexported fields }
func (*NymSignatureScheme) Invocations ¶
func (fake *NymSignatureScheme) Invocations() map[string][][]interface{}
func (*NymSignatureScheme) SignArgsForCall ¶
func (*NymSignatureScheme) SignCallCount ¶
func (fake *NymSignatureScheme) SignCallCount() int
func (*NymSignatureScheme) SignReturns ¶
func (fake *NymSignatureScheme) SignReturns(result1 []byte, result2 error)
func (*NymSignatureScheme) SignReturnsOnCall ¶
func (fake *NymSignatureScheme) SignReturnsOnCall(i int, result1 []byte, result2 error)
func (*NymSignatureScheme) Verify ¶
func (fake *NymSignatureScheme) Verify(arg1 handlers.IssuerPublicKey, arg2 *math.G1, arg3 []byte, arg4 []byte) error
func (*NymSignatureScheme) VerifyArgsForCall ¶
func (fake *NymSignatureScheme) VerifyArgsForCall(i int) (handlers.IssuerPublicKey, *math.G1, []byte, []byte)
func (*NymSignatureScheme) VerifyCallCount ¶
func (fake *NymSignatureScheme) VerifyCallCount() int
func (*NymSignatureScheme) VerifyCalls ¶
func (fake *NymSignatureScheme) VerifyCalls(stub func(handlers.IssuerPublicKey, *math.G1, []byte, []byte) error)
func (*NymSignatureScheme) VerifyReturns ¶
func (fake *NymSignatureScheme) VerifyReturns(result1 error)
func (*NymSignatureScheme) VerifyReturnsOnCall ¶
func (fake *NymSignatureScheme) VerifyReturnsOnCall(i int, result1 error)
type Revocation ¶
type Revocation struct { NewKeyStub func() (*ecdsa.PrivateKey, error) NewKeyFromBytesStub func([]byte) (*ecdsa.PrivateKey, error) SignStub func(*ecdsa.PrivateKey, [][]byte, int, idemix.RevocationAlgorithm) ([]byte, error) VerifyStub func(*ecdsa.PublicKey, []byte, int, idemix.RevocationAlgorithm) error // contains filtered or unexported fields }
func (*Revocation) Invocations ¶
func (fake *Revocation) Invocations() map[string][][]interface{}
func (*Revocation) NewKey ¶
func (fake *Revocation) NewKey() (*ecdsa.PrivateKey, error)
func (*Revocation) NewKeyCallCount ¶
func (fake *Revocation) NewKeyCallCount() int
func (*Revocation) NewKeyCalls ¶
func (fake *Revocation) NewKeyCalls(stub func() (*ecdsa.PrivateKey, error))
func (*Revocation) NewKeyFromBytes ¶
func (fake *Revocation) NewKeyFromBytes(arg1 []byte) (*ecdsa.PrivateKey, error)
func (*Revocation) NewKeyFromBytesArgsForCall ¶
func (fake *Revocation) NewKeyFromBytesArgsForCall(i int) []byte
func (*Revocation) NewKeyFromBytesCallCount ¶
func (fake *Revocation) NewKeyFromBytesCallCount() int
func (*Revocation) NewKeyFromBytesCalls ¶
func (fake *Revocation) NewKeyFromBytesCalls(stub func([]byte) (*ecdsa.PrivateKey, error))
func (*Revocation) NewKeyFromBytesReturns ¶
func (fake *Revocation) NewKeyFromBytesReturns(result1 *ecdsa.PrivateKey, result2 error)
func (*Revocation) NewKeyFromBytesReturnsOnCall ¶
func (fake *Revocation) NewKeyFromBytesReturnsOnCall(i int, result1 *ecdsa.PrivateKey, result2 error)
func (*Revocation) NewKeyReturns ¶
func (fake *Revocation) NewKeyReturns(result1 *ecdsa.PrivateKey, result2 error)
func (*Revocation) NewKeyReturnsOnCall ¶
func (fake *Revocation) NewKeyReturnsOnCall(i int, result1 *ecdsa.PrivateKey, result2 error)
func (*Revocation) Sign ¶
func (fake *Revocation) Sign(arg1 *ecdsa.PrivateKey, arg2 [][]byte, arg3 int, arg4 idemix.RevocationAlgorithm) ([]byte, error)
func (*Revocation) SignArgsForCall ¶
func (fake *Revocation) SignArgsForCall(i int) (*ecdsa.PrivateKey, [][]byte, int, idemix.RevocationAlgorithm)
func (*Revocation) SignCallCount ¶
func (fake *Revocation) SignCallCount() int
func (*Revocation) SignCalls ¶
func (fake *Revocation) SignCalls(stub func(*ecdsa.PrivateKey, [][]byte, int, idemix.RevocationAlgorithm) ([]byte, error))
func (*Revocation) SignReturns ¶
func (fake *Revocation) SignReturns(result1 []byte, result2 error)
func (*Revocation) SignReturnsOnCall ¶
func (fake *Revocation) SignReturnsOnCall(i int, result1 []byte, result2 error)
func (*Revocation) Verify ¶
func (fake *Revocation) Verify(arg1 *ecdsa.PublicKey, arg2 []byte, arg3 int, arg4 idemix.RevocationAlgorithm) error
func (*Revocation) VerifyArgsForCall ¶
func (fake *Revocation) VerifyArgsForCall(i int) (*ecdsa.PublicKey, []byte, int, idemix.RevocationAlgorithm)
func (*Revocation) VerifyCallCount ¶
func (fake *Revocation) VerifyCallCount() int
func (*Revocation) VerifyCalls ¶
func (fake *Revocation) VerifyCalls(stub func(*ecdsa.PublicKey, []byte, int, idemix.RevocationAlgorithm) error)
func (*Revocation) VerifyReturns ¶
func (fake *Revocation) VerifyReturns(result1 error)
func (*Revocation) VerifyReturnsOnCall ¶
func (fake *Revocation) VerifyReturnsOnCall(i int, result1 error)
type SignatureScheme ¶
type SignatureScheme struct { SignStub func(cred []byte, sk *math.Zr, Nym *math.G1, RNym *math.Zr, ipk handlers.IssuerPublicKey, attributes []bccsp.IdemixAttribute, msg []byte, rhIndex, eidIndex int, cri []byte, sigType bccsp.SignatureType, metadata *bccsp.IdemixSignerMetadata) ([]byte, *bccsp.IdemixSignerMetadata, error) VerifyStub func(ipk handlers.IssuerPublicKey, signature, msg []byte, attributes []bccsp.IdemixAttribute, rhIndex, eidIndex int, revocationPublicKey *ecdsa.PublicKey, epoch int, verType bccsp.VerificationType, meta *bccsp.IdemixSignerMetadata) error AuditNymEidStub func(ipk handlers.IssuerPublicKey, eidIndex int, signature []byte, enrollmentID string, RNymEid *math.Zr, verType bccsp.AuditVerificationType) error // contains filtered or unexported fields }
func (*SignatureScheme) AuditNymEid ¶
func (fake *SignatureScheme) AuditNymEid(ipk handlers.IssuerPublicKey, eidIndex int, signature []byte, enrollmentID string, RNymEid *math.Zr, verType bccsp.AuditVerificationType) error
func (*SignatureScheme) AuditNymEidArgsForCall ¶
func (fake *SignatureScheme) AuditNymEidArgsForCall(i int) (handlers.IssuerPublicKey, int, []byte, string, *math.Zr, bccsp.AuditVerificationType)
func (*SignatureScheme) AuditNymEidCallCount ¶
func (fake *SignatureScheme) AuditNymEidCallCount() int
func (*SignatureScheme) AuditNymEidReturns ¶
func (fake *SignatureScheme) AuditNymEidReturns(result1 error)
func (*SignatureScheme) AuditNymEidReturnsOnCall ¶
func (fake *SignatureScheme) AuditNymEidReturnsOnCall(i int, result1 error)
func (*SignatureScheme) Invocations ¶
func (fake *SignatureScheme) Invocations() map[string][][]interface{}
func (*SignatureScheme) Sign ¶
func (fake *SignatureScheme) Sign(cred []byte, sk *math.Zr, Nym *math.G1, RNym *math.Zr, ipk handlers.IssuerPublicKey, attributes []bccsp.IdemixAttribute, msg []byte, rhIndex int, eidIndex int, cri []byte, sigType bccsp.SignatureType, metadata *bccsp.IdemixSignerMetadata) ([]byte, *bccsp.IdemixSignerMetadata, error)
func (*SignatureScheme) SignArgsForCall ¶
func (fake *SignatureScheme) SignArgsForCall(i int) ([]byte, *math.Zr, *math.G1, *math.Zr, handlers.IssuerPublicKey, []bccsp.IdemixAttribute, []byte, int, int, []byte, bccsp.SignatureType, *bccsp.IdemixSignerMetadata)
func (*SignatureScheme) SignCallCount ¶
func (fake *SignatureScheme) SignCallCount() int
func (*SignatureScheme) SignReturns ¶
func (fake *SignatureScheme) SignReturns(result1 []byte, result2 *bccsp.IdemixSignerMetadata, result3 error)
func (*SignatureScheme) SignReturnsOnCall ¶
func (fake *SignatureScheme) SignReturnsOnCall(i int, result1 []byte, result2 *bccsp.IdemixSignerMetadata, result3 error)
func (*SignatureScheme) Verify ¶
func (fake *SignatureScheme) Verify(ipk handlers.IssuerPublicKey, signature []byte, msg []byte, attributes []bccsp.IdemixAttribute, rhIndex int, eidIndex int, revocationPublicKey *ecdsa.PublicKey, epoch int, verType bccsp.VerificationType, meta *bccsp.IdemixSignerMetadata) error
func (*SignatureScheme) VerifyArgsForCall ¶
func (fake *SignatureScheme) VerifyArgsForCall(i int) (handlers.IssuerPublicKey, []byte, []byte, []bccsp.IdemixAttribute, int, int, *ecdsa.PublicKey, int, bccsp.VerificationType, *bccsp.IdemixSignerMetadata)
func (*SignatureScheme) VerifyCallCount ¶
func (fake *SignatureScheme) VerifyCallCount() int
func (*SignatureScheme) VerifyReturns ¶
func (fake *SignatureScheme) VerifyReturns(result1 error)
func (*SignatureScheme) VerifyReturnsOnCall ¶
func (fake *SignatureScheme) VerifyReturnsOnCall(i int, result1 error)
type User ¶
type User struct { MakeNymStub func(*math.Zr, handlers.IssuerPublicKey) (*math.G1, *math.Zr, error) NewKeyStub func() (*math.Zr, error) NewKeyFromBytesStub func([]byte) (*math.Zr, error) NewNymFromBytesStub func([]byte) (*math.G1, *math.Zr, error) NewPublicNymFromBytesStub func([]byte) (*math.G1, error) // contains filtered or unexported fields }
func (*User) Invocations ¶
func (*User) MakeNymArgsForCall ¶
func (*User) MakeNymCallCount ¶
func (*User) MakeNymCalls ¶
func (*User) MakeNymReturns ¶
func (*User) MakeNymReturnsOnCall ¶
func (*User) NewKeyCallCount ¶
func (*User) NewKeyFromBytesArgsForCall ¶
func (*User) NewKeyFromBytesCallCount ¶
func (*User) NewKeyFromBytesCalls ¶
func (*User) NewKeyFromBytesReturns ¶
func (*User) NewKeyFromBytesReturnsOnCall ¶
func (*User) NewKeyReturnsOnCall ¶
func (*User) NewNymFromBytes ¶
func (*User) NewNymFromBytesArgsForCall ¶
func (*User) NewNymFromBytesCallCount ¶
func (*User) NewNymFromBytesCalls ¶
func (*User) NewNymFromBytesReturns ¶
func (*User) NewNymFromBytesReturnsOnCall ¶
func (*User) NewPublicNymFromBytes ¶
func (*User) NewPublicNymFromBytesArgsForCall ¶
func (*User) NewPublicNymFromBytesCallCount ¶
func (*User) NewPublicNymFromBytesCalls ¶
func (*User) NewPublicNymFromBytesReturns ¶
Click to show internal directories.
Click to hide internal directories.