| org.bouncycastle.jce.provider.JCEECDHKeyAgreement
JCEECDHKeyAgreement | public class JCEECDHKeyAgreement extends KeyAgreementSpi (Code) | | Diffie-Hellman key agreement using elliptic curve keys, ala IEEE P1363
both the simple one, and the simple one with cofactors are supported.
|
engineGenerateSecret | protected int engineGenerateSecret(byte[] sharedSecret, int offset) throws IllegalStateException, ShortBufferException(Code) | | |
|
|