Package com.nimbusds.openid.connect.provider.spi.crypto


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