Uses of Class
org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Packages that use X509KeyInfoGeneratorFactory.X509Options
Package
Description
Interfaces and classes for working with XML KeyInfo elements.
-
Uses of X509KeyInfoGeneratorFactory.X509Options in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl declared as X509KeyInfoGeneratorFactory.X509OptionsModifier and TypeFieldDescriptionprivate final X509KeyInfoGeneratorFactory.X509OptionsX509KeyInfoGeneratorFactory.optionsThe set of options configured for the factory.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator.optionsThe set of options to be used by the generator.Methods in org.opensaml.xmlsec.keyinfo.impl that return X509KeyInfoGeneratorFactory.X509OptionsModifier and TypeMethodDescriptionprotected X509KeyInfoGeneratorFactory.X509OptionsX509KeyInfoGeneratorFactory.X509Options.clone()protected X509KeyInfoGeneratorFactory.X509OptionsX509KeyInfoGeneratorFactory.getOptions()Get the options of this instance.protected X509KeyInfoGeneratorFactory.X509OptionsX509KeyInfoGeneratorFactory.newOptions()Get a new instance to hold options.Constructors in org.opensaml.xmlsec.keyinfo.impl with parameters of type X509KeyInfoGeneratorFactory.X509OptionsModifierConstructorDescriptionprotectedX509KeyInfoGenerator(X509KeyInfoGeneratorFactory.X509Options newOptions, Class<? extends KeyInfo> type) Constructor.