Interface ECDH

All Known Implementing Classes:
ECDH256, ECDH384, ECDH521, ECDHN

public interface ECDH
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
    byte[]
    getSecret(byte[] r, byte[] s)
     
    void
    init(int size)
     
    boolean
    validate(byte[] r, byte[] s)