Class SigningPublicKey

java.lang.Object
io.jenkins.blueocean.auth.jwt.SigningPublicKey

public class SigningPublicKey extends Object
Public key counterpart of SigningKey
Author:
Kohsuke Kawaguchi
  • Constructor Details

  • Method Details

    • getKid

      public String getKid()
    • getKey

      public RSAPublicKey getKey()
    • asJSON

      @WebMethod(name="") public net.sf.json.JSONObject asJSON()
      Renders the key as JSON in the JWK format.