Uses of Class
org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
Packages that use KeyInfoGeneratorManager
Package
Description
Classes in support of processing XML Signature KeyInfo material.
-
Uses of KeyInfoGeneratorManager in org.opensaml.xmlsec.keyinfo
Fields in org.opensaml.xmlsec.keyinfo declared as KeyInfoGeneratorManagerModifier and TypeFieldDescriptionprivate final KeyInfoGeneratorManagerNamedKeyInfoGeneratorManager.defaultManagerThe default manager for unnamed factories.Fields in org.opensaml.xmlsec.keyinfo with type parameters of type KeyInfoGeneratorManagerModifier and TypeFieldDescriptionprivate final Map<String,KeyInfoGeneratorManager> NamedKeyInfoGeneratorManager.managersThe set of named factory managers.Methods in org.opensaml.xmlsec.keyinfo that return KeyInfoGeneratorManagerModifier and TypeMethodDescriptionNamedKeyInfoGeneratorManager.getDefaultManager()Get the default (unnamed) factory manager.NamedKeyInfoGeneratorManager.getManager(String name) Get the named factory manager.