Uses of Class
io.jenkins.blueocean.auth.jwt.SigningPublicKey
-
Uses of SigningPublicKey in io.jenkins.blueocean.auth.jwt
Modifier and TypeMethodDescriptionBinds Json web key to the URL space.abstract SigningPublicKey
JwtSigningKeyProvider.getPublicKey
(String keyId) Provides public key needed to verify the token.static SigningPublicKey
JwtSigningKeyProvider.toPublicKey
(String keyId) Search through all the providers and find the public key that matches the given key ID. -
Uses of SigningPublicKey in io.jenkins.blueocean.auth.jwt.impl