Class SecpECPoint

java.lang.Object
java.security.spec.ECPoint
org.bitcoinj.secp.internal.SecpECPoint
All Implemented Interfaces:
SecpPoint, SecpPoint.Point, SecpPoint.Uncompressed

public class SecpECPoint extends ECPoint implements SecpPoint.Uncompressed
An ECPoint that has been validated to also be a SecpPoint. This class cannot represent the "point at infinity", if you need it use ECPoint.POINT_INFINITY and the superclass ECPoint.