Uses of Interface
org.bouncycastle.crypto.AgreementFactory
-
Packages that use AgreementFactory Package Description 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 AgreementFactory in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement AgreementFactory Modifier and Type Class Description class
FipsAgreementFactory<T extends Parameters>
Base class for the approved mode AgreementFactory implementations.static class
FipsDH.DHAgreementFactory
Factory for Agreement operators based on Diffie-Hellmanstatic class
FipsDH.DHUAgreementFactory
Factory for Unified Agreement operators based on Diffie-Hellmanstatic class
FipsDH.MQVAgreementFactory
Factory for Agreement operators based on MQVstatic class
FipsEC.DHAgreementFactory
Factory for Agreement operators based on EC Diffie-Hellman and Cofactor Diffie-Hellman.static class
FipsEC.DHUAgreementFactory
Factory for Agreement operators based on EC MQVstatic class
FipsEC.MQVAgreementFactory
Factory for Agreement operators based on EC MQV -
Uses of AgreementFactory in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement AgreementFactory Modifier and Type Class Description static class
EdEC.XDHAgreementFactory
Factory for Agreement operators based on Edwards Curve Diffie-Hellman.
-