Package org.opensaml.xmlsec.keyinfo
Interface KeyInfoCredentialResolver
-
- All Superinterfaces:
CredentialResolver,Resolver<Credential,CriteriaSet>
public interface KeyInfoCredentialResolver extends CredentialResolver
SpecializedCredentialResolvermarker interface for resolvers which resolve credentials based on aKeyInfoelement. Implementations will typically require an instance ofKeyInfoCriterionwithin the criteria set which is supplied as input to the resolve methods.
-
-
Method Summary
-
Methods inherited from interface net.shibboleth.utilities.java.support.resolver.Resolver
resolve, resolveSingle
-
-