| java.lang.Object | |
| ↳ | java.security.spec.ECFieldFp | 
The parameters specifying a prime finite field of an elliptic curve.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          | 
        
          
          Creates a new prime finite field of an elliptic curve with the specified
 prime
           
        
           p
          
          .
          | 
       ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          | 
        
          
          Returns whether the specified object is equal to this finite field.
          
         | 
       ||||||||||
| 
          | 
        
          
          Returns the size of the finite field (in bits).
          
         | 
       ||||||||||
| 
          | 
        
          
          Returns the prime value
           
        
           p
          
          for this finite field.
          | 
       ||||||||||
| 
          | 
        
          
          Returns the hashcode value for this finite field.
          
         | 
       ||||||||||
| 
         
          [Expand]
         
          
          Inherited Methods
          
         | 
       |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
         
           
         
         From class
         
          java.lang.Object
         
          | 
       |||||||||||
         
           
         
         From interface
         
          java.security.spec.ECField
         
          | 
       |||||||||||
         Creates a new prime finite field of an elliptic curve with the specified
 prime
         
          p
         
         .
        
| p | 
           the prime value
           
            p
           
           .
           | 
         
|---|
| IllegalArgumentException | 
           if
           
            p <= zero
           
           .
           | 
         
|---|
Returns whether the specified object is equal to this finite field.
| obj | the object to compare to this finite field. | 
|---|
           true
          
          if the specified object is equal to this finite field,
         otherwise
          
           false
          
          .
         Returns the size of the finite field (in bits).
         Returns the prime value
         
          p
         
         for this finite field.
        
           p
          
          for this finite field.
         Returns the hashcode value for this finite field.