PHP 클래스 AcmePhp\Ssl\Key

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

보호된 프로퍼티들

프로퍼티 타입 설명
$keyPEM string

공개 메소드들

메소드 설명
__construct ( string $keyPEM )
getPEM ( ) : string
getResource ( ) : resource

메소드 상세

__construct() 공개 메소드

public __construct ( string $keyPEM )
$keyPEM string

getPEM() 공개 메소드

public getPEM ( ) : string
리턴 string

getResource() 추상적인 공개 메소드

abstract public getResource ( ) : resource
리턴 resource

프로퍼티 상세

$keyPEM 보호되어 있는 프로퍼티

protected string $keyPEM
리턴 string