Interface PublicKey

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PublicKey
Represents a PublicKey function which provides ECPoint
  • Method Summary

    Modifier and Type
    Method
    Description
    The public point W.
  • Method Details

    • getW

      ECPoint getW()
      The public point W.
      Returns:
      the public point W.