PHP 클래스 QueryAuth\Factory

파일 보기 프로젝트 열기: jeremykendall/query-auth 1 사용 예제들

공개 메소드들

메소드 설명
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 ( ) : RequestSigner Creates a client instance
newRequestValidator ( ) : RequestValidator Creates a RequestValidator
setRandomFactory ( RandomLib\Factory $randomFactory ) Set randomFactory

보호된 메소드들

메소드 설명
newSignature ( ) : Signature Creates a Signature instance

메소드 상세

getRandomFactory() 공개 메소드

Get an instance of RandomFactory. If property is null, creates a new instance.
public getRandomFactory ( ) : RandomLib\Factory
리턴 RandomLib\Factory Instance of RandomFactory

newKeyGenerator() 공개 메소드

Creates new KeyGenerator created with medium strength RandomLib\Generator
public newKeyGenerator ( )

newRequestSigner() 공개 메소드

Creates a client instance
public newRequestSigner ( ) : RequestSigner
리턴 QueryAuth\Request\RequestSigner RequestSigner instance

newRequestValidator() 공개 메소드

Creates a RequestValidator
public newRequestValidator ( ) : RequestValidator
리턴 QueryAuth\Request\RequestValidator RequestValidator instance

newSignature() 보호된 메소드

Creates a Signature instance
protected newSignature ( ) : Signature
리턴 Signature Signature instance

setRandomFactory() 공개 메소드

Set randomFactory
public setRandomFactory ( RandomLib\Factory $randomFactory )
$randomFactory RandomLib\Factory Instance of RandomFactory