Package | Description |
---|---|
org.opensaml.xmlsec.keyinfo.impl |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xmlsec.keyinfo.impl.provider |
Specific implementations of
KeyInfoProvider . |
Modifier and Type | Method and Description |
---|---|
protected List<KeyInfoProvider> |
BasicProviderKeyInfoCredentialResolver.getProviders()
Return the list of the KeyInfoProvider instances used in this resolver configuration.
|
Constructor and Description |
---|
BasicProviderKeyInfoCredentialResolver(List<KeyInfoProvider> keyInfoProviders)
Constructor.
|
LocalKeyInfoCredentialResolver(List<KeyInfoProvider> keyInfoProviders,
CredentialResolver localCredentialResolver)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyInfoProvider
Abstract super class for
KeyInfoProvider implementations. |
class |
DEREncodedKeyValueProvider
Implementation of
KeyInfoProvider which supports DEREncodedKeyValue . |
class |
DSAKeyValueProvider
Implementation of
KeyInfoProvider which supports DSAKeyValue . |
class |
InlineX509DataProvider
Implementation of
KeyInfoProvider which provides basic support for
extracting a X509Credential from an X509Data child of KeyInfo. |
class |
KeyInfoReferenceProvider
Implementation of
KeyInfoProvider which supports KeyInfoReference . |
class |
RSAKeyValueProvider
Implementation of
KeyInfoProvider which supports RSAKeyValue . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.