KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > spec > ECPublicKeySpec

java.security.spec
Class ECPublicKeySpec

java.lang.Object
  extended by java.security.spec.ECPublicKeySpec
All Implemented Interfaces:
KeySpec
See Also:
Source Code, ECPoint, ECParameterSpec

public ECPublicKeySpec(ECPoint w,
                       ECParameterSpec params)
See Also:
IllegalArgumentException, NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ECParameterSpec getParams()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ECPoint getW()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags