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. providersList 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, 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 classAbstractKeyInfoProviderAbstract super class forKeyInfoProviderimplementations.classAgreementMethodKeyInfoProviderImplementation ofKeyInfoProviderwhich supportsAgreementMethod.classDEREncodedKeyValueProviderImplementation ofKeyInfoProviderwhich supportsDEREncodedKeyValue.classDSAKeyValueProviderImplementation ofKeyInfoProviderwhich supportsDSAKeyValue.classECKeyValueProviderImplementation ofKeyInfoProviderwhich supportsECKeyValue.classInlineX509DataProviderImplementation ofKeyInfoProviderwhich provides basic support for extracting aX509Credentialfrom anX509Datachild of KeyInfo.classKeyInfoReferenceProviderImplementation ofKeyInfoProviderwhich supportsKeyInfoReference.classRSAKeyValueProviderImplementation ofKeyInfoProviderwhich supportsRSAKeyValue.
-