Uses of Interface
org.opensaml.xmlsec.keyinfo.impl.KeyInfoProvider
Packages that use KeyInfoProvider
Package
Description
Interfaces and classes for working with XML KeyInfo elements.
Specific implementations of
KeyInfoProvider.-
Uses of KeyInfoProvider in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl with type parameters of type KeyInfoProviderModifier and TypeFieldDescriptionprivate final List<KeyInfoProvider>BasicProviderKeyInfoCredentialResolver.providersList of KeyInfo providers that are registered on this instance.Methods in org.opensaml.xmlsec.keyinfo.impl that return types with arguments of type KeyInfoProviderModifier and TypeMethodDescriptionprotected 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 KeyInfoProviderModifierConstructorDescriptionBasicProviderKeyInfoCredentialResolver(List<KeyInfoProvider> keyInfoProviders) Constructor.LocalKeyInfoCredentialResolver(List<KeyInfoProvider> keyInfoProviders, CredentialResolver localCredentialResolver) Constructor. -
Uses of KeyInfoProvider in org.opensaml.xmlsec.keyinfo.impl.provider
Classes in org.opensaml.xmlsec.keyinfo.impl.provider that implement KeyInfoProviderModifier and TypeClassDescriptionclassAbstract super class forKeyInfoProviderimplementations.classImplementation ofKeyInfoProviderwhich supportsAgreementMethod.classImplementation ofKeyInfoProviderwhich supportsDEREncodedKeyValue.classImplementation ofKeyInfoProviderwhich supportsDSAKeyValue.classImplementation ofKeyInfoProviderwhich supportsECKeyValue.classImplementation ofKeyInfoProviderwhich provides basic support for extracting aX509Credentialfrom anX509Datachild of KeyInfo.classImplementation ofKeyInfoProviderwhich supportsKeyInfoReference.classImplementation ofKeyInfoProviderwhich supportsRSAKeyValue.