Interface ECDH


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)