Package com.nimbusds.openid.connect.provider.spi.crypto
Cryptographic services exposed by the Connect2id server to selected SPIs.
-
Interface Summary Interface Description HMACComputer Interface exposed by the Connect2id server for computing Hash-based Message Authentication Codes (HMAC).JWSVerifier Interface exposed by the Connect2id server for verifying JSON Web Signatures (JWS), such as for JSON Web Tokens (JWT) created by theJWTSigner
.JWTSigner Interface exposed by the Connect2id server for signing JSON Web Tokens (JWT) created by SPI implementations, for example Security Event Tokens (SET).