public class

ECDHKEKGenerator

extends Object
implements DerivationFunction
java.lang.Object
   ↳ org.bouncycastle.crypto.agreement.kdf.ECDHKEKGenerator

Class Overview

X9.63 based key derivation function for ECDH CMS.

Summary

Public Constructors
ECDHKEKGenerator(Digest digest)
Public Methods
int generateBytes(byte[] out, int outOff, int len)
Digest getDigest()
return the message digest used as the basis for the function
void init(DerivationParameters param)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.crypto.DerivationFunction

Public Constructors

public ECDHKEKGenerator (Digest digest)

Public Methods

public int generateBytes (byte[] out, int outOff, int len)

public Digest getDigest ()

return the message digest used as the basis for the function

public void init (DerivationParameters param)