PHP 클래스 AcmePhp\Ssl\ParsedKey

또한 보기: openssl_pkey_get_details
저자: Titouan Galopin ([email protected])
파일 보기 프로젝트 열기: acmephp/acmephp

공개 메소드들

메소드 설명
__construct ( Key $source, string $key, integer $bits, integer $type, array $details = [] )
getBits ( ) : integer
getDetail ( string $name ) : mixed
getDetails ( ) : array
getKey ( ) : string
getSource ( ) : Key
getType ( ) : integer
hasDetail ( string $name ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( Key $source, string $key, integer $bits, integer $type, array $details = [] )
$source Key
$key string
$bits integer
$type integer
$details array

getBits() 공개 메소드

public getBits ( ) : integer
리턴 integer

getDetail() 공개 메소드

public getDetail ( string $name ) : mixed
$name string
리턴 mixed

getDetails() 공개 메소드

public getDetails ( ) : array
리턴 array

getKey() 공개 메소드

public getKey ( ) : string
리턴 string

getSource() 공개 메소드

public getSource ( ) : Key
리턴 Key

getType() 공개 메소드

public getType ( ) : integer
리턴 integer

hasDetail() 공개 메소드

public hasDetail ( string $name ) : boolean
$name string
리턴 boolean