Uses of Interface
org.bouncycastle.crypto.Agreement
Packages that use Agreement
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of Agreement in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return AgreementModifier and TypeMethodDescriptionAgreementFactory.createAgreement
(AsymmetricPrivateKey key, T parameters) Return an initialised agreement set up for the passed in key. -
Uses of Agreement in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement AgreementModifier and TypeClassDescriptionclass
FipsAgreement<T extends Parameters>
Base class for the FIPS approved mode Agreement implementations. -
Uses of Agreement in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return AgreementModifier and TypeMethodDescriptionEdEC.XDHAgreementFactory.createAgreement
(AsymmetricPrivateKey key, EdEC.Parameters parameters)