|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyInfoGeneratorFactory | |
---|---|
org.opensaml.xml.security.credential | Interfaces and classes related to credentials and ways to represent them. |
org.opensaml.xml.security.keyinfo | Interfaces and classes for working with XML KeyInfo elements. |
org.opensaml.xml.security.x509 | X509 based credential and trust class. |
Uses of KeyInfoGeneratorFactory in org.opensaml.xml.security.credential |
---|
Classes in org.opensaml.xml.security.credential that implement KeyInfoGeneratorFactory | |
---|---|
class |
BasicKeyInfoGeneratorFactory
A factory implementation which produces instances of BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator capable of
handling the information contained within a Credential . |
Uses of KeyInfoGeneratorFactory in org.opensaml.xml.security.keyinfo |
---|
Methods in org.opensaml.xml.security.keyinfo that return KeyInfoGeneratorFactory | |
---|---|
KeyInfoGeneratorFactory |
KeyInfoGeneratorManager.getFactory(Credential credential)
Get the factory which produces KeyInfoGenerators which can handle the specified credential. |
KeyInfoGeneratorFactory |
NamedKeyInfoGeneratorManager.getFactory(String name,
Credential credential)
Lookup and return the named generator factory for the type of the credential specified. |
Methods in org.opensaml.xml.security.keyinfo that return types with arguments of type KeyInfoGeneratorFactory | |
---|---|
Collection<KeyInfoGeneratorFactory> |
KeyInfoGeneratorManager.getFactories()
Get the (unmodifiable) collection of all factories managed by this manager. |
Methods in org.opensaml.xml.security.keyinfo with parameters of type KeyInfoGeneratorFactory | |
---|---|
void |
NamedKeyInfoGeneratorManager.deregisterDefaultFactory(KeyInfoGeneratorFactory factory)
De-register a factory with the default (unnamed) manager. |
void |
KeyInfoGeneratorManager.deregisterFactory(KeyInfoGeneratorFactory factory)
De-register a factory within this manager instance. |
void |
NamedKeyInfoGeneratorManager.deregisterFactory(String name,
KeyInfoGeneratorFactory factory)
De-register a factory within the specified named manager. |
void |
NamedKeyInfoGeneratorManager.registerDefaultFactory(KeyInfoGeneratorFactory factory)
Register a factory with the default (unnamed) manager. |
void |
KeyInfoGeneratorManager.registerFactory(KeyInfoGeneratorFactory factory)
Register a factory within this manager instance. |
void |
NamedKeyInfoGeneratorManager.registerFactory(String name,
KeyInfoGeneratorFactory factory)
Register a factory within the specified named manager. |
Uses of KeyInfoGeneratorFactory in org.opensaml.xml.security.x509 |
---|
Classes in org.opensaml.xml.security.x509 that implement KeyInfoGeneratorFactory | |
---|---|
class |
X509KeyInfoGeneratorFactory
A factory implementation which produces instances of X509KeyInfoGeneratorFactory.X509KeyInfoGenerator capable of
handling the information contained within an X509Credential . |
|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |