Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.field
Interface Polynomial


public interface Polynomial


Method Summary
 int getDegree()
           
 int[] getExponentsPresent()
           
 

Method Detail

getDegree

public int getDegree()

getExponentsPresent

public int[] getExponentsPresent()

Bouncy Castle Cryptography Library 1.81