To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Methods
Name | Returns | Notes | Example |
---|---|---|---|
newJwtBuilder ( ) | JwtBuilder | Returns a new JwtBuilder instance that can be configured and then used to create JWT compact serialized strings. | |
newJwtParserBuilder ( ) | JwtParserBuilder | Returns a new JwtParserBuilder instance that can be configured to create an JwtParser | |
parseJsonWebKeySet ( json ) | JsonWebKeySet | ||
getSignatureAlgorithm ( name ) | SignatureAlgorithm | Looks up and returns the corresponding SignatureAlgorithm enum instance based on a case-insensitive name comparison. |