PHP Class SAML2\Certificate\X509

Inheritance: extends SAML2\Certificate\Key
Afficher le fichier Open project: simplesamlphp/saml2 Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

createFromCertificateData() public static méthode

public static createFromCertificateData ( $certificateContents )

getCertificate() public méthode

Get the certificate representation
public getCertificate ( ) : string
Résultat string

getFingerprint() public méthode

Deprecation: Please use full certificates instead.
public getFingerprint ( ) : Fingerprint
Résultat Fingerprint

offsetSet() public méthode

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