PHP 클래스 AcmePhp\Ssl\Signer\DataSigner

저자: Titouan Galopin ([email protected])
파일 보기 프로젝트 열기: acmephp/acmephp 1 사용 예제들

공개 메소드들

메소드 설명
signData ( string $data, PrivateKey $privateKey, integer $algorithm = OPENSSL_ALGO_SHA256 ) : string Generate a signature of the given data using a private key and an algorithm.

메소드 상세

signData() 공개 메소드

Generate a signature of the given data using a private key and an algorithm.
public signData ( string $data, PrivateKey $privateKey, integer $algorithm = OPENSSL_ALGO_SHA256 ) : string
$data string
$privateKey AcmePhp\Ssl\PrivateKey
$algorithm integer
리턴 string