/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.math.ec;

/**
 * @hide This class is not part of the Android public SDK API
 */
public interface ECPointMap
{
    ECPoint map(ECPoint p);
}
