Package org.opensaml.xmlsec.keyinfo.impl
Class KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
java.lang.Object
org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- KeyAgreementKeyInfoGeneratorFactory
protected class KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
extends BasicKeyInfoGeneratorFactory.BasicOptions
Options to be used in the production of a
KeyInfo from an KeyAgreementCredential.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanEmit the OriginatorKeyInfo element within AgreementMethod.private booleanEmit the RecipientKeyInfo element within AgreementMethod.private KeyInfoGeneratorManagerKeyInfo generator manager for OriginatorKeyInfo elements.private KeyInfoGeneratorManagerKeyInfo generator manager for RecipientKeyInfo elements. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
emitOriginatorKeyInfo
private boolean emitOriginatorKeyInfoEmit the OriginatorKeyInfo element within AgreementMethod. -
emitRecipientKeyInfo
private boolean emitRecipientKeyInfoEmit the RecipientKeyInfo element within AgreementMethod. -
originatorKeyInfoGeneratorManager
KeyInfo generator manager for OriginatorKeyInfo elements. -
recipientKeyInfoGeneratorManager
KeyInfo generator manager for RecipientKeyInfo elements.
-
-
Constructor Details
-
KeyAgreementOptions
protected KeyAgreementOptions()Constructor.
-
-
Method Details
-
clone
- Overrides:
clonein classBasicKeyInfoGeneratorFactory.BasicOptions
-