Method | Description | |
---|---|---|
getRandomFactory ( ) : RandomLib\Factory | Get an instance of RandomFactory. If property is null, creates a new instance. | |
newKeyGenerator ( ) | Creates new KeyGenerator created with medium strength RandomLib\Generator | |
newRequestSigner ( ) : |
Creates a client instance | |
newRequestValidator ( ) : |
Creates a RequestValidator | |
setRandomFactory ( RandomLib\Factory $randomFactory ) | Set randomFactory |
Method | Description | |
---|---|---|
newSignature ( ) : |
Creates a Signature instance |
public getRandomFactory ( ) : RandomLib\Factory | ||
return | RandomLib\Factory | Instance of RandomFactory |
public newKeyGenerator ( ) |
public newRequestSigner ( ) : |
||
return | RequestSigner instance |
public newRequestValidator ( ) : |
||
return | RequestValidator instance |
protected newSignature ( ) : |
||
return | Signature instance |
public setRandomFactory ( RandomLib\Factory $randomFactory ) | ||
$randomFactory | RandomLib\Factory | Instance of RandomFactory |