Google

Bouncy Castle Cryptography 1.11 API Specification: Class ECKeySpec
Bouncy Castle Cryptography 1.11

org.bouncycastle.jce.spec
Class ECKeySpec

java.lang.Object
  |
  +--org.bouncycastle.jce.spec.ECKeySpec
All Implemented Interfaces:
java.security.spec.KeySpec
Direct Known Subclasses:
ECPrivateKeySpec, ECPublicKeySpec

public class ECKeySpec
extends java.lang.Object
implements java.security.spec.KeySpec

base class for an Elliptic Curve Key Spec


Constructor Summary
protected ECKeySpec(ECParameterSpec spec)
           
 
Method Summary
 ECParameterSpec getParams()
          return the domain parameters for the curve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECKeySpec

protected ECKeySpec(ECParameterSpec spec)
Method Detail

getParams

public ECParameterSpec getParams()
return the domain parameters for the curve

Bouncy Castle Cryptography 1.11