blob: c4d9322c96fe7d3155231f8ca267fea82a995ff3 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.org.bouncycastle.math.field;
/**
* @hide This class is not part of the Android public SDK API
*/
public interface Polynomial
{
int getDegree();
// BigInteger[] getCoefficients();
int[] getExponentsPresent();
// Term[] getNonZeroTerms();
}