SignerStubpublic class SignerStub extends Signer Stub for abstract class Signer, necessary for testing purposes |
Constructors Summary |
---|
public SignerStub()Default constructor
super();
| public SignerStub(String name)Constructor, sets given name
super(name);
| public SignerStub(String name, IdentityScope scope)Constructor, sets given name and scope
super(name, scope);
|
|