
org.bouncycastle.oer.its.EccCurvePoint Maven / Gradle / Ivy
package org.bouncycastle.oer.its;
import org.bouncycastle.asn1.ASN1Object;
/**
* Common interface for ITS curve points.
*/
public abstract class EccCurvePoint
extends ASN1Object
{
public abstract byte[] getEncodedPoint();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy