Package io.jans.ca.common.response
Class GetJwksResponse
- java.lang.Object
-
- io.jans.ca.common.response.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)
-