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.org.opensaml.xmlsec.keyinfo.impl Interfaces and classes for working with XML KeyInfo elements. -
-
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. -
Uses of KeyInfoGeneratorManager in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl declared as KeyInfoGeneratorManager Modifier and Type Field Description private KeyInfoGeneratorManagerKeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions. originatorKeyInfoGeneratorManagerKeyInfo generator manager for OriginatorKeyInfo elements.private KeyInfoGeneratorManagerKeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions. recipientKeyInfoGeneratorManagerKeyInfo generator manager for RecipientKeyInfo elements.Methods in org.opensaml.xmlsec.keyinfo.impl that return KeyInfoGeneratorManager Modifier and Type Method Description KeyInfoGeneratorManagerKeyAgreementKeyInfoGeneratorFactory. getOriginatorKeyInfoGeneratorManager()Get theKeyInfoGeneratorManagerinstance to use to emitOriginatorKeyInfo.KeyInfoGeneratorManagerKeyAgreementKeyInfoGeneratorFactory. getRecipientKeyInfoGeneratorManager()Get theKeyInfoGeneratorManagerinstance to use to emitRecipientKeyInfo.Methods in org.opensaml.xmlsec.keyinfo.impl with parameters of type KeyInfoGeneratorManager Modifier and Type Method Description voidKeyAgreementKeyInfoGeneratorFactory. setOriginatorKeyInfoGeneratorManager(KeyInfoGeneratorManager manager)Set theKeyInfoGeneratorManagerinstance to use to emitOriginatorKeyInfo.voidKeyAgreementKeyInfoGeneratorFactory. setRecipientKeyInfoGeneratorManager(KeyInfoGeneratorManager manager)Set theKeyInfoGeneratorManagerinstance to use to emitRecipientKeyInfo.
-