PHP 클래스 Neos\Flow\Security\Cryptography\OpenSslRsaKey

파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$keyString string
$modulus string

공개 메소드들

메소드 설명
__construct ( string $modulus, string $keyString ) Constructor
getKeyString ( ) : string Returns the key string
getModulus ( ) : string Returns the modulus in HEX representation

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $modulus, string $keyString )
$modulus string The HEX modulus
$keyString string The private key string

getKeyString() 공개 메소드

Returns the key string
public getKeyString ( ) : string
리턴 string The key string

getModulus() 공개 메소드

Returns the modulus in HEX representation
public getModulus ( ) : string
리턴 string The modulus

프로퍼티 상세

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

protected string $keyString
리턴 string

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

protected string $modulus
리턴 string