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