Uses of Class
org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
-
Packages that use KeyInfoGeneratorManager Package Description org.opensaml.xmlsec.keyinfo 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 KeyInfoGeneratorManager Modifier and Type Field Description private KeyInfoGeneratorManager
NamedKeyInfoGeneratorManager. defaultManager
The default manager for unnamed factories.Fields in org.opensaml.xmlsec.keyinfo with type parameters of type KeyInfoGeneratorManager Modifier and Type Field Description private Map<String,KeyInfoGeneratorManager>
NamedKeyInfoGeneratorManager. managers
The set of named factory managers.Methods in org.opensaml.xmlsec.keyinfo that return KeyInfoGeneratorManager Modifier and Type Method Description KeyInfoGeneratorManager
NamedKeyInfoGeneratorManager. getDefaultManager()
Get the default (unnamed) factory manager.KeyInfoGeneratorManager
NamedKeyInfoGeneratorManager. getManager(String name)
Get the named factory manager.
-