T
- the parameters type associated with the final implementation of this factory.public abstract class FipsAgreementFactory<T extends Parameters> extends java.lang.Object implements AgreementFactory<T>
Modifier and Type | Method and Description |
---|---|
abstract FipsAgreement<T> |
createAgreement(AsymmetricPrivateKey key,
T parameters)
Return an initialised agreement set up for the passed in key.
|
public abstract FipsAgreement<T> createAgreement(AsymmetricPrivateKey key, T parameters)
AgreementFactory
createAgreement
in interface AgreementFactory<T extends Parameters>
key
- the key to base the agreement on.parameters
- agreement parameters.