org.bouncycastle.jce.provider
public class JCEDHKeyAgreement extends KeyAgreementSpi
| Method Summary | |
|---|---|
| protected Key | engineDoPhase(Key key, boolean lastPhase) |
| protected byte[] | engineGenerateSecret() |
| protected int | engineGenerateSecret(byte[] sharedSecret, int offset) |
| protected SecretKey | engineGenerateSecret(String algorithm) |
| protected void | engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random) |
| protected void | engineInit(Key key, SecureRandom random) |