Uses of Class
org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
-
Packages that use BasicKeyInfoGeneratorFactory.BasicOptions Package Description org.opensaml.xmlsec.keyinfo.impl Interfaces and classes for working with XML KeyInfo elements. -
-
Uses of BasicKeyInfoGeneratorFactory.BasicOptions in org.opensaml.xmlsec.keyinfo.impl
Subclasses of BasicKeyInfoGeneratorFactory.BasicOptions in org.opensaml.xmlsec.keyinfo.impl Modifier and Type Class Description protected classKeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptionsOptions to be used in the production of aKeyInfofrom anKeyAgreementCredential.protected classX509KeyInfoGeneratorFactory.X509OptionsOptions to be used in the production of aKeyInfofrom anX509Credential.Fields in org.opensaml.xmlsec.keyinfo.impl declared as BasicKeyInfoGeneratorFactory.BasicOptions Modifier and Type Field Description private BasicKeyInfoGeneratorFactory.BasicOptionsBasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator. optionsThe set of options to be used by the generator.private BasicKeyInfoGeneratorFactory.BasicOptionsBasicKeyInfoGeneratorFactory. optionsThe set of options configured for the factory.Methods in org.opensaml.xmlsec.keyinfo.impl that return BasicKeyInfoGeneratorFactory.BasicOptions Modifier and Type Method Description protected BasicKeyInfoGeneratorFactory.BasicOptionsBasicKeyInfoGeneratorFactory.BasicOptions. clone()protected BasicKeyInfoGeneratorFactory.BasicOptionsBasicKeyInfoGeneratorFactory. getOptions()Get the options of this instance.protected BasicKeyInfoGeneratorFactory.BasicOptionsBasicKeyInfoGeneratorFactory. newOptions()Get a new instance to hold options.Constructors in org.opensaml.xmlsec.keyinfo.impl with parameters of type BasicKeyInfoGeneratorFactory.BasicOptions Constructor Description BasicKeyInfoGenerator(BasicKeyInfoGeneratorFactory.BasicOptions newOptions, Class<? extends KeyInfo> type)Constructor.
-