パッケージ | 説明 |
---|---|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xml.security.keyinfo.provider |
Specific implementations of
KeyInfoProvider . |
修飾子とタイプ | メソッドと説明 |
---|---|
protected List<KeyInfoProvider> |
BasicProviderKeyInfoCredentialResolver.getProviders()
Return the list of the KeyInfoProvider instances used in this resolver configuration.
|
コンストラクタと説明 |
---|
BasicProviderKeyInfoCredentialResolver(List<KeyInfoProvider> keyInfoProviders)
Constructor.
|
LocalKeyInfoCredentialResolver(List<KeyInfoProvider> keyInfoProviders,
CredentialResolver localCredentialResolver)
Constructor.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AbstractKeyInfoProvider
Abstract super class for
KeyInfoProvider implementations. |
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 |
RSAKeyValueProvider
Implementation of
KeyInfoProvider which supports RSAKeyValue . |
Copyright © 2012. All Rights Reserved.