public class PublicOpKeyService extends Object
| Constructor and Description |
|---|
PublicOpKeyService(ConfigurationService configurationService,
HttpService httpService,
OpClientFactory opClientFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId(org.gluu.oxauth.model.jwt.Jwt idToken,
String jwkSetUri,
org.gluu.oxauth.model.crypto.signature.SignatureAlgorithm signatureAlgorithm,
org.gluu.oxauth.model.jwk.Use use) |
org.gluu.oxauth.model.crypto.PublicKey |
getPublicKey(String jwkSetUrl,
String keyId) |
org.gluu.oxauth.model.crypto.PublicKey |
refetchKey(String jwkUrl,
String kid) |
@Inject public PublicOpKeyService(ConfigurationService configurationService, HttpService httpService, OpClientFactory opClientFactory)
public org.gluu.oxauth.model.crypto.PublicKey getPublicKey(String jwkSetUrl, String keyId)
public String getKeyId(org.gluu.oxauth.model.jwt.Jwt idToken, String jwkSetUri, org.gluu.oxauth.model.crypto.signature.SignatureAlgorithm signatureAlgorithm, org.gluu.oxauth.model.jwk.Use use)
Copyright © 2020. All rights reserved.