public class JWKSetKeyStore extends Object
Constructor and Description |
---|
JWKSetKeyStore() |
JWKSetKeyStore(com.nimbusds.jose.jwk.JWKSet jwkSet) |
Modifier and Type | Method and Description |
---|---|
com.nimbusds.jose.jwk.JWKSet |
getJwkSet() |
List<com.nimbusds.jose.jwk.JWK> |
getKeys()
Get the list of keys in this keystore.
|
org.springframework.core.io.Resource |
getLocation() |
void |
setJwkSet(com.nimbusds.jose.jwk.JWKSet jwkSet) |
void |
setLocation(org.springframework.core.io.Resource location) |
public JWKSetKeyStore()
public JWKSetKeyStore(com.nimbusds.jose.jwk.JWKSet jwkSet)
public com.nimbusds.jose.jwk.JWKSet getJwkSet()
public void setJwkSet(com.nimbusds.jose.jwk.JWKSet jwkSet)
jwkSet
- the jwkSet to setpublic org.springframework.core.io.Resource getLocation()
public void setLocation(org.springframework.core.io.Resource location)
location
- the location to setCopyright © 2018. All rights reserved.