Uses of Interface
org.opensaml.xmlsec.keyinfo.impl.KeyInfoProvider
-
Packages that use KeyInfoProvider Package Description org.opensaml.xmlsec.keyinfo.impl Interfaces and classes for working with XML KeyInfo elements.org.opensaml.xmlsec.keyinfo.impl.provider Specific implementations ofKeyInfoProvider
. -
-
Uses of KeyInfoProvider in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl with type parameters of type KeyInfoProvider Modifier and Type Field Description private List<KeyInfoProvider>
BasicProviderKeyInfoCredentialResolver. providers
List of KeyInfo providers that are registered on this instance.Methods in org.opensaml.xmlsec.keyinfo.impl that return types with arguments of type KeyInfoProvider Modifier and Type Method Description protected List<KeyInfoProvider>
BasicProviderKeyInfoCredentialResolver. getProviders()
Return the list of the KeyInfoProvider instances used in this resolver configuration.Constructor parameters in org.opensaml.xmlsec.keyinfo.impl with type arguments of type KeyInfoProvider Constructor Description BasicProviderKeyInfoCredentialResolver(List<KeyInfoProvider> keyInfoProviders)
Constructor.LocalKeyInfoCredentialResolver(List<KeyInfoProvider> keyInfoProviders, org.opensaml.security.credential.CredentialResolver localCredentialResolver)
Constructor. -
Uses of KeyInfoProvider in org.opensaml.xmlsec.keyinfo.impl.provider
Classes in org.opensaml.xmlsec.keyinfo.impl.provider that implement KeyInfoProvider Modifier and Type Class Description class
AbstractKeyInfoProvider
Abstract super class forKeyInfoProvider
implementations.class
DEREncodedKeyValueProvider
Implementation ofKeyInfoProvider
which supportsDEREncodedKeyValue
.class
DSAKeyValueProvider
Implementation ofKeyInfoProvider
which supportsDSAKeyValue
.class
InlineX509DataProvider
Implementation ofKeyInfoProvider
which provides basic support for extracting aX509Credential
from anX509Data
child of KeyInfo.class
KeyInfoReferenceProvider
Implementation ofKeyInfoProvider
which supportsKeyInfoReference
.class
RSAKeyValueProvider
Implementation ofKeyInfoProvider
which supportsRSAKeyValue
.
-