Abblix.SecurityEvents.Abstractions Namespace
| Interfaces | |
|---|---|
| IIssuerKeyResolver | Answers which keys an issuer's signatures may verify against - the trust decision the signature check delegates, since WHO holds an issuer's keys is deployment knowledge no library can carry. |
| ISecurityEventTokenSigner | Turns a built SET into its signed compact serialization: the bridge between this package's token model and whatever cryptography the host runs. |
| ISecurityEventTokenVerifier | Verifies a SET's signature and yields the token whose claims are thereby the issuer's words: the bridge between the validation pipeline and whatever cryptography the host runs. |