public class PublicOpKeyService extends Object
| Constructor and Description |
|---|
PublicOpKeyService(ConfigurationService configurationService,
HttpService httpService,
OpClientFactory opClientFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.gluu.oxauth.model.crypto.PublicKey |
getPublicKey(org.gluu.oxauth.model.jwk.JSONWebKey jsonWebKey) |
org.gluu.oxauth.model.crypto.PublicKey |
getPublicKey(String jwkSetUrl,
String keyId,
org.gluu.oxauth.model.crypto.signature.SignatureAlgorithm signatureAlgorithm,
org.gluu.oxauth.model.jwk.Use use) |
@Inject public PublicOpKeyService(ConfigurationService configurationService, HttpService httpService, OpClientFactory opClientFactory)
public org.gluu.oxauth.model.crypto.PublicKey getPublicKey(String jwkSetUrl, String keyId, org.gluu.oxauth.model.crypto.signature.SignatureAlgorithm signatureAlgorithm, org.gluu.oxauth.model.jwk.Use use)
public org.gluu.oxauth.model.crypto.PublicKey getPublicKey(org.gluu.oxauth.model.jwk.JSONWebKey jsonWebKey)
Copyright © 2021. All rights reserved.