Uses of Interface
org.gudy.bouncycastle.crypto.BasicAgreement
-
Packages that use BasicAgreement Package Description org.gudy.bouncycastle.crypto.agreement org.gudy.bouncycastle.crypto.engines org.gudy.bouncycastle.jce.provider -
-
Uses of BasicAgreement in org.gudy.bouncycastle.crypto.agreement
Classes in org.gudy.bouncycastle.crypto.agreement that implement BasicAgreement Modifier and Type Class Description class
ECDHBasicAgreement
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 BasicAgreement Modifier and Type Field Description (package private) BasicAgreement
IESEngine. agree
Constructors in org.gudy.bouncycastle.crypto.engines with parameters of type BasicAgreement Constructor Description IESEngine(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 BasicAgreement Modifier and Type Field Description private BasicAgreement
JCEECDHKeyAgreement. agreement
Constructors in org.gudy.bouncycastle.jce.provider with parameters of type BasicAgreement Constructor Description JCEECDHKeyAgreement(BasicAgreement agreement)
-