PHP 클래스 AcmePhp\Ssl\CertificateRequest

저자: Jérémy Derussé ([email protected])
파일 보기 프로젝트 열기: acmephp/acmephp 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( DistinguishedName $distinguishedName, KeyPair $keyPair )
getDistinguishedName ( ) : DistinguishedName
getKeyPair ( ) : KeyPair

메소드 상세

__construct() 공개 메소드

public __construct ( DistinguishedName $distinguishedName, KeyPair $keyPair )
$distinguishedName DistinguishedName
$keyPair KeyPair

getDistinguishedName() 공개 메소드

public getDistinguishedName ( ) : DistinguishedName
리턴 DistinguishedName

getKeyPair() 공개 메소드

public getKeyPair ( ) : KeyPair
리턴 KeyPair