| org.bouncycastle.jce.provider.JCEDHKeyAgreement
JCEDHKeyAgreement | public class JCEDHKeyAgreement extends KeyAgreementSpi (Code) | | Diffie-Hellman key agreement. There's actually a better way of doing this
if you are using long term public keys, see the light-weight version for
details.
|
engineGenerateSecret | protected int engineGenerateSecret(byte[] sharedSecret, int offset) throws IllegalStateException, ShortBufferException(Code) | | |
engineGenerateSecret | protected SecretKey engineGenerateSecret(String algorithm)(Code) | | |
|
|