Uses of Interface
org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorFactory
Packages that use KeyInfoGeneratorFactory
Package
Description
Classes in support of processing XML Signature KeyInfo material.
-
Uses of KeyInfoGeneratorFactory in org.opensaml.xmlsec.keyinfo
Fields in org.opensaml.xmlsec.keyinfo with type parameters of type KeyInfoGeneratorFactoryModifier and TypeFieldDescriptionprivate final Map<Class<? extends Credential>,KeyInfoGeneratorFactory> KeyInfoGeneratorManager.factoriesThe factories being managed, indexed by credential type.Methods in org.opensaml.xmlsec.keyinfo that return KeyInfoGeneratorFactoryModifier and TypeMethodDescriptionKeyInfoGeneratorManager.getFactory(Credential credential) Get the factory which produces KeyInfoGenerators which can handle the specified credential.NamedKeyInfoGeneratorManager.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 KeyInfoGeneratorFactoryModifier and TypeMethodDescriptionKeyInfoGeneratorManager.getFactories()Get the (unmodifiable) collection of all factories managed by this manager.Methods in org.opensaml.xmlsec.keyinfo with parameters of type KeyInfoGeneratorFactoryModifier and TypeMethodDescriptionvoidNamedKeyInfoGeneratorManager.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.