PHP 인터페이스 Jose\SignerInterface

파일 보기 프로젝트 열기: spomky-labs/jose 0 사용 예제들

공개 메소드들

메소드 설명
createSigner ( array $signature_algorithms ) : Jose\SignerInterface Signer constructor.
getSupportedSignatureAlgorithms ( ) : string[]
sign ( Jose\Object\JWSInterface &$jws )

메소드 상세

createSigner() 공개 정적인 메소드

Signer constructor.
public static createSigner ( array $signature_algorithms ) : Jose\SignerInterface
$signature_algorithms array
리턴 Jose\SignerInterface

getSupportedSignatureAlgorithms() 공개 메소드

public getSupportedSignatureAlgorithms ( ) : string[]
리턴 string[]

sign() 공개 메소드

public sign ( Jose\Object\JWSInterface &$jws )
$jws Jose\Object\JWSInterface