/
org.bouncycastle/
bcprov-jdk15on/
1.61/
org/
bouncycastle/
math/
ec/
ECPointMap.java
ECPointMap
map(ECPoint): ECPoint
http://www.bouncycastle.org/java.html
: The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
Bouncy Castle Licence
The Legion of the Bouncy Castle Inc.
package
org.bouncycastle.math.ec;
public
interface
ECPointMap
{
ECPoint
map
(
ECPoint
p
);
}