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 boolean
Emit the OriginatorKeyInfo element within AgreementMethod.private boolean
Emit the RecipientKeyInfo element within AgreementMethod.private KeyInfoGeneratorManager
KeyInfo generator manager for OriginatorKeyInfo elements.private KeyInfoGeneratorManager
KeyInfo 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:
clone
in classBasicKeyInfoGeneratorFactory.BasicOptions
-