Uses of Interface
org.bouncycastle.crypto.Agreement
-
Packages that use Agreement Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithmsorg.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of Agreement in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return Agreement Modifier and Type Method Description Agreement<T>
AgreementFactory. 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 Agreement Modifier and Type Class Description class
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 Agreement Modifier and Type Method Description Agreement<EdEC.Parameters>
EdEC.XDHAgreementFactory. createAgreement(AsymmetricPrivateKey key, EdEC.Parameters parameters)
-