All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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