PHP 클래스 ParagonIE\Halite\KeyPair

파일 보기 프로젝트 열기: paragonie/halite 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$publicKey PublicKey
$secretKey SecretKey

공개 메소드들

메소드 설명
__debugInfo ( ) : array Hide this from var_dump(), etc.
getPublicKey ( ) : PublicKey Get a Key object for the public key
getSecretKey ( ) : SecretKey Get a Key object for the secret key

메소드 상세

__debugInfo() 공개 메소드

Hide this from var_dump(), etc.
public __debugInfo ( ) : array
리턴 array

getPublicKey() 공개 메소드

Get a Key object for the public key
public getPublicKey ( ) : PublicKey
리턴 PublicKey

getSecretKey() 공개 메소드

Get a Key object for the secret key
public getSecretKey ( ) : SecretKey
리턴 SecretKey

프로퍼티 상세

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

protected PublicKey $publicKey
리턴 PublicKey

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

protected SecretKey $secretKey
리턴 SecretKey