Uses of Interface
org.gudy.bouncycastle.crypto.BasicAgreement
Packages that use BasicAgreement
Package
Description
-
Uses of BasicAgreement in org.gudy.bouncycastle.crypto.agreement
Classes in org.gudy.bouncycastle.crypto.agreement that implement BasicAgreementModifier and TypeClassDescriptionclass
P1363 7.2.1 ECSVDP-DH ECSVDP-DH is Elliptic Curve Secret Value Derivation Primitive, Diffie-Hellman version. -
Uses of BasicAgreement in org.gudy.bouncycastle.crypto.engines
Fields in org.gudy.bouncycastle.crypto.engines declared as BasicAgreementConstructors in org.gudy.bouncycastle.crypto.engines with parameters of type BasicAgreementModifierConstructorDescriptionIESEngine
(BasicAgreement agree, DerivationFunction kdf, Mac mac) set up for use with stream mode, where the key derivation function is used to provide a stream of bytes to xor with the message.IESEngine
(BasicAgreement agree, DerivationFunction kdf, Mac mac, BufferedBlockCipher cipher) set up for use in conjunction with a block cipher to handle the message. -
Uses of BasicAgreement in org.gudy.bouncycastle.jce.provider
Fields in org.gudy.bouncycastle.jce.provider declared as BasicAgreementConstructors in org.gudy.bouncycastle.jce.provider with parameters of type BasicAgreement