PHP 클래스 SAML2\Certificate\Fingerprint

사용 중단: Please use full certificates instead.
파일 보기 프로젝트 열기: simplesamlphp/saml2 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $fingerPrint )
equals ( Fingerprint $fingerprint ) : boolean
getNormalized ( ) : string
getRaw ( ) : string Get the raw, unmodified fingerprint value.

메소드 상세

__construct() 공개 메소드

사용 중단: Please use full certificates instead.
public __construct ( string $fingerPrint )
$fingerPrint string

equals() 공개 메소드

public equals ( Fingerprint $fingerprint ) : boolean
$fingerprint Fingerprint
리턴 boolean

getNormalized() 공개 메소드

public getNormalized ( ) : string
리턴 string

getRaw() 공개 메소드

Get the raw, unmodified fingerprint value.
public getRaw ( ) : string
리턴 string