Class GetJwksResponse

  • All Implemented Interfaces:
    IOpResponse

    public class GetJwksResponse
    extends java.lang.Object
    implements IOpResponse
    JSON Web Key Set response class
    Version:
    12/01/2018
    Author:
    Shoeb
    • Constructor Summary

      Constructors 
      Constructor Description
      GetJwksResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<io.jans.as.model.jwk.JSONWebKey> getKeys()  
      void setKeys​(java.util.List<io.jans.as.model.jwk.JSONWebKey> keys)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetJwksResponse

        public GetJwksResponse()
    • Method Detail

      • getKeys

        public java.util.List<io.jans.as.model.jwk.JSONWebKey> getKeys()
      • setKeys

        public void setKeys​(java.util.List<io.jans.as.model.jwk.JSONWebKey> keys)