Skip to content

No way to get thumbprint from WSSESoapServer, no example usage #49

@aoxborrow

Description

@aoxborrow

The WSSESoapServer class lets you validate WSS Soap, (thank you!), but you can't get access to the certificate/key/thumbprint. The class is simple enough to extend and modify, but an easy fix would be to store $objKey as an instance property so we can do:

$server = new WSSESoapServer($xml);
if ($server->verify()) {
    $thumbprint = $server->objKey->getX509Thumbprint();
}

Also, adding an example along with the others would be nice. I can do a pull request if you'd like.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions