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 aKeyInfofrom anKeyAgreementCredential.
-
-
Field Summary
Fields Modifier and Type Field Description private booleanemitOriginatorKeyInfoEmit the OriginatorKeyInfo element within AgreementMethod.private booleanemitRecipientKeyInfoEmit the RecipientKeyInfo element within AgreementMethod.private KeyInfoGeneratorManageroriginatorKeyInfoGeneratorManagerKeyInfo generator manager for OriginatorKeyInfo elements.private KeyInfoGeneratorManagerrecipientKeyInfoGeneratorManagerKeyInfo generator manager for RecipientKeyInfo elements.
-
Constructor Summary
Constructors Modifier Constructor Description protectedKeyAgreementOptions()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptionsclone()
-
-
-
Field Detail
-
emitOriginatorKeyInfo
private boolean emitOriginatorKeyInfo
Emit the OriginatorKeyInfo element within AgreementMethod.
-
emitRecipientKeyInfo
private boolean emitRecipientKeyInfo
Emit the RecipientKeyInfo element within AgreementMethod.
-
originatorKeyInfoGeneratorManager
private KeyInfoGeneratorManager originatorKeyInfoGeneratorManager
KeyInfo generator manager for OriginatorKeyInfo elements.
-
recipientKeyInfoGeneratorManager
private KeyInfoGeneratorManager recipientKeyInfoGeneratorManager
KeyInfo generator manager for RecipientKeyInfo elements.
-
-
Method Detail
-
clone
protected KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions clone()
- Overrides:
clonein classBasicKeyInfoGeneratorFactory.BasicOptions
-
-