Uses of Interface
org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorFactory
-
Packages that use KeyInfoGeneratorFactory Package Description org.opensaml.xmlsec.keyinfo Classes in support of processing XML Signature KeyInfo material.org.opensaml.xmlsec.keyinfo.impl Interfaces and classes for working with XML KeyInfo elements. -
-
Uses of KeyInfoGeneratorFactory in org.opensaml.xmlsec.keyinfo
Fields in org.opensaml.xmlsec.keyinfo with type parameters of type KeyInfoGeneratorFactory Modifier and Type Field Description private Map<Class<? extends Credential>,KeyInfoGeneratorFactory>KeyInfoGeneratorManager. factoriesThe factories being managed, indexed by credential type.Methods in org.opensaml.xmlsec.keyinfo that return KeyInfoGeneratorFactory Modifier and Type Method Description KeyInfoGeneratorFactoryKeyInfoGeneratorManager. getFactory(Credential credential)Get the factory which produces KeyInfoGenerators which can handle the specified credential.KeyInfoGeneratorFactoryNamedKeyInfoGeneratorManager. getFactory(String name, Credential credential)Lookup and return the named generator factory for the type of the credential specified.Methods in org.opensaml.xmlsec.keyinfo that return types with arguments of type KeyInfoGeneratorFactory Modifier and Type Method Description Collection<KeyInfoGeneratorFactory>KeyInfoGeneratorManager. getFactories()Get the (unmodifiable) collection of all factories managed by this manager.Methods in org.opensaml.xmlsec.keyinfo with parameters of type KeyInfoGeneratorFactory Modifier and Type Method Description voidNamedKeyInfoGeneratorManager. deregisterDefaultFactory(KeyInfoGeneratorFactory factory)De-register a factory with the default (unnamed) manager.voidKeyInfoGeneratorManager. deregisterFactory(KeyInfoGeneratorFactory factory)De-register a factory within this manager instance.voidNamedKeyInfoGeneratorManager. deregisterFactory(String name, KeyInfoGeneratorFactory factory)De-register a factory within the specified named manager.voidNamedKeyInfoGeneratorManager. registerDefaultFactory(KeyInfoGeneratorFactory factory)Register a factory with the default (unnamed) manager.voidKeyInfoGeneratorManager. registerFactory(KeyInfoGeneratorFactory factory)Register a factory within this manager instance.voidNamedKeyInfoGeneratorManager. registerFactory(String name, KeyInfoGeneratorFactory factory)Register a factory within the specified named manager. -
Uses of KeyInfoGeneratorFactory in org.opensaml.xmlsec.keyinfo.impl
Classes in org.opensaml.xmlsec.keyinfo.impl that implement KeyInfoGeneratorFactory Modifier and Type Class Description classBasicKeyInfoGeneratorFactoryA factory implementation which produces instances ofKeyInfoGeneratorcapable of handling the information contained within aCredential.classKeyAgreementKeyInfoGeneratorFactoryA factory implementation which produces instances ofKeyInfoGeneratorcapable of handling the information contained within anKeyAgreementCredential.classX509KeyInfoGeneratorFactoryA factory implementation which produces instances ofKeyInfoGeneratorcapable of handling the information contained within anX509Credential.
-