Uses of Class
org.opensaml.xml.security.keyinfo.KeyInfoGeneratorManager

Packages that use KeyInfoGeneratorManager
org.opensaml.xml.security.keyinfo Interfaces and classes for working with XML KeyInfo elements. 
 

Uses of KeyInfoGeneratorManager in org.opensaml.xml.security.keyinfo
 

Fields in org.opensaml.xml.security.keyinfo declared as KeyInfoGeneratorManager
private  KeyInfoGeneratorManager NamedKeyInfoGeneratorManager.defaultManager
          The default manager for unnamed factories.
 

Fields in org.opensaml.xml.security.keyinfo with type parameters of type KeyInfoGeneratorManager
private  Map<String,KeyInfoGeneratorManager> NamedKeyInfoGeneratorManager.managers
          The set of named factory managers.
 

Methods in org.opensaml.xml.security.keyinfo that return KeyInfoGeneratorManager
 KeyInfoGeneratorManager NamedKeyInfoGeneratorManager.getDefaultManager()
          Get the default (unnamed) factory manager.
 KeyInfoGeneratorManager NamedKeyInfoGeneratorManager.getManager(String name)
          Get the named factory manager.
 



Copyright © 1999-2013. All Rights Reserved.