java.security.spec
Class ECPublicKeySpec
java.lang.Object
java.security.spec.ECPublicKeySpec
- All Implemented Interfaces:
- KeySpec
public class ECPublicKeySpec
- extends Object
- implements KeySpec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECPublicKeySpec
public ECPublicKeySpec(ECPoint w,
ECParameterSpec params)
getParams
public ECParameterSpec getParams()
getW
public ECPoint getW()
Please submit a feedback, bug or feature