blob: f11201d92f9298ea30ac10f060b0828c9ca0546f [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.math.field;
/**
* @hide This class is not part of the Android public SDK API
*/
public interface ExtensionField extends FiniteField
{
FiniteField getSubfield();
int getDegree();
}