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 KeyInfoGeneratorManagerNamedKeyInfoGeneratorManager. defaultManagerThe 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. managersThe set of named factory managers.Methods in org.opensaml.xmlsec.keyinfo that return KeyInfoGeneratorManager Modifier and Type Method Description KeyInfoGeneratorManagerNamedKeyInfoGeneratorManager. getDefaultManager()Get the default (unnamed) factory manager.KeyInfoGeneratorManagerNamedKeyInfoGeneratorManager. getManager(String name)Get the named factory manager.
-