Uses of Interface
org.bouncycastle.crypto.AgreementFactory
Packages that use AgreementFactory
Package
Description
Classes for FIPS approved mode algorithms
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 AgreementFactoryModifier and TypeClassDescriptionclass
FipsAgreementFactory<T extends Parameters>
Base class for the approved mode AgreementFactory implementations.static final class
Factory for Agreement operators based on Diffie-Hellmanstatic final class
Factory for Unified Agreement operators based on Diffie-Hellmanstatic final class
Factory for Agreement operators based on MQVstatic final class
Factory for Agreement operators based on EC Diffie-Hellman and Cofactor Diffie-Hellman.static final class
Factory for Agreement operators based on EC MQVstatic final class
Factory for Agreement operators based on EC MQV -
Uses of AgreementFactory in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement AgreementFactoryModifier and TypeClassDescriptionstatic final class
Factory for Agreement operators based on Edwards Curve Diffie-Hellman.