|
Bouncy Castle Cryptography 1.11 API Specification: Class JCEECPublicKey
org.bouncycastle.jce.provider
Class JCEECPublicKey
java.lang.Object
|
+--org.bouncycastle.jce.provider.JCEECPublicKey
- All Implemented Interfaces:
- ECKey, ECPublicKey, java.security.Key, java.security.PublicKey, java.io.Serializable
- public class JCEECPublicKey
- extends java.lang.Object
- implements ECPublicKey
- See Also:
- Serialized Form
Fields inherited from interface java.security.PublicKey |
serialVersionUID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getAlgorithm
public java.lang.String getAlgorithm()
- Specified by:
getAlgorithm in interface java.security.Key
getFormat
public java.lang.String getFormat()
- Specified by:
getFormat in interface java.security.Key
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded in interface java.security.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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
|