Uses of Class
org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
Packages that use KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
Package
Description
Interfaces and classes for working with XML KeyInfo elements.
-
Uses of KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl declared as KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptionsModifier and TypeFieldDescriptionKeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator.options
The set of options to be used by the generator.private final KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
KeyAgreementKeyInfoGeneratorFactory.options
The set of options configured for the factory.Methods in org.opensaml.xmlsec.keyinfo.impl that return KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptionsModifier and TypeMethodDescriptionKeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions.clone()
KeyAgreementKeyInfoGeneratorFactory.getOptions()
Get the options of this instance.KeyAgreementKeyInfoGeneratorFactory.newOptions()
Get a new instance to hold options.Constructors in org.opensaml.xmlsec.keyinfo.impl with parameters of type KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptionsModifierConstructorDescriptionprotected
KeyAgreementKeyInfoGenerator
(KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions newOptions, Class<? extends KeyInfo> type) Constructor.