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 Detail

      • getW

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