org.bouncycastle.jce.provider
Class JCEECPublicKey
java.lang.Object
  
org.bouncycastle.jce.provider.JCEECPublicKey
- All Implemented Interfaces: 
 - Serializable, Key, PublicKey, ECKey, ECPublicKey
 
public class JCEECPublicKey
- extends Object
- implements ECPublicKey
  
- See Also:
 - Serialized Form
 
 
 
 
 
getAlgorithm
public String getAlgorithm()
- Specified by:
 getAlgorithm in interface Key
 
 
getFormat
public String getFormat()
- Specified by:
 getFormat in interface Key
 
 
getEncoded
public byte[] getEncoded()
- Specified by:
 getEncoded in interface Key
 
 
getParams
public ECParameterSpec getParams()
- Description copied from interface: 
ECKey 
- return a parameter specification representing the EC domain parameters
 for the key.
- Specified by:
 getParams in interface ECKey
 
 
 
getQ
public ECPoint getQ()
- Description copied from interface: 
ECPublicKey 
- return the public point Q
- Specified by:
 getQ in interface ECPublicKey
 
 
 
toString
public String toString()
- Overrides:
 toString in class Object