Bouncy Castle Cryptography 1.26

org.bouncycastle.jce.provider
Class JCEEC5PublicKey

java.lang.Object
  extended by org.bouncycastle.jce.provider.JCEEC5PublicKey
All Implemented Interfaces:
java.io.Serializable, java.security.interfaces.ECKey, java.security.interfaces.ECPublicKey, java.security.Key, java.security.PublicKey, BCECKey, BCECPublicKey

public class JCEEC5PublicKey
extends java.lang.Object
implements java.security.interfaces.ECPublicKey, BCECPublicKey

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.security.interfaces.ECPublicKey
serialVersionUID
 
Method Summary
 java.lang.String getAlgorithm()
           
 byte[] getEncoded()
           
 java.lang.String getFormat()
           
 ECParameterSpec getParameters()
          return a parameter specification representing the EC domain parameters for the key.
 java.security.spec.ECParameterSpec getParams()
           
 ECPoint getQ()
          return the public point Q
 java.security.spec.ECPoint getW()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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 java.security.spec.ECParameterSpec getParams()
Specified by:
getParams in interface java.security.interfaces.ECKey

getParameters

public ECParameterSpec getParameters()
Description copied from interface: BCECKey
return a parameter specification representing the EC domain parameters for the key.

Specified by:
getParameters in interface BCECKey

getW

public java.security.spec.ECPoint getW()
Specified by:
getW in interface java.security.interfaces.ECPublicKey

getQ

public ECPoint getQ()
Description copied from interface: BCECPublicKey
return the public point Q

Specified by:
getQ in interface BCECPublicKey

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Bouncy Castle Cryptography 1.26