Class SimpleID\Crypt\OpaqueIdentifier

A generator and verifier of opaque identifier tokens.

An opaque identifer token is a string which identifies something in SimpleID (e.g. a user), but encoded so that it provides no information to the recipient about the thing it identifies.

An opaque identifier is generated by encoding a SimpleID identifier with a context array. The context array contains recipient-specific data so that the opaque identifier is bound to the recipient.

Methods