Uses of Class
org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
Packages that use KeyInfoGeneratorManager
Package
Description
Classes in support of processing XML Signature KeyInfo material.
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 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. -
Uses of KeyInfoGeneratorManager in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl declared as KeyInfoGeneratorManagerModifier and TypeFieldDescriptionprivate 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 KeyInfoGeneratorManagerModifier and TypeMethodDescriptionKeyAgreementKeyInfoGeneratorFactory.getOriginatorKeyInfoGeneratorManager()Get theKeyInfoGeneratorManagerinstance to use to emitOriginatorKeyInfo.KeyAgreementKeyInfoGeneratorFactory.getRecipientKeyInfoGeneratorManager()Get theKeyInfoGeneratorManagerinstance to use to emitRecipientKeyInfo.Methods in org.opensaml.xmlsec.keyinfo.impl with parameters of type KeyInfoGeneratorManagerModifier and TypeMethodDescriptionvoidKeyAgreementKeyInfoGeneratorFactory.setOriginatorKeyInfoGeneratorManager(KeyInfoGeneratorManager manager) Set theKeyInfoGeneratorManagerinstance to use to emitOriginatorKeyInfo.voidKeyAgreementKeyInfoGeneratorFactory.setRecipientKeyInfoGeneratorManager(KeyInfoGeneratorManager manager) Set theKeyInfoGeneratorManagerinstance to use to emitRecipientKeyInfo.