PHP 클래스 SAML2\Certificate\X509

상속: extends SAML2\Certificate\Key
파일 보기 프로젝트 열기: simplesamlphp/saml2 1 사용 예제들

공개 메소드들

메소드 설명
createFromCertificateData ( $certificateContents )
getCertificate ( ) : string Get the certificate representation
getFingerprint ( ) : Fingerprint
offsetSet ( $offset, $value ) {@inheritdoc} Best place to ensure the logic is encapsulated in a single place

메소드 상세

createFromCertificateData() 공개 정적인 메소드

public static createFromCertificateData ( $certificateContents )

getCertificate() 공개 메소드

Get the certificate representation
public getCertificate ( ) : string
리턴 string

getFingerprint() 공개 메소드

사용 중단: Please use full certificates instead.
public getFingerprint ( ) : Fingerprint
리턴 Fingerprint

offsetSet() 공개 메소드

{@inheritdoc} Best place to ensure the logic is encapsulated in a single place
public offsetSet ( $offset, $value )