Package org.bouncycastle.jce.provider
Class JCEECPublicKey
java.lang.Object
org.bouncycastle.jce.provider.JCEECPublicKey
- All Implemented Interfaces:
Serializable,ECKey,ECPublicKey,Key,PublicKey,ECKey,ECPointEncoder,ECPublicKey
- See Also:
-
Field Summary
Fields inherited from interface java.security.interfaces.ECPublicKey
serialVersionUIDFields inherited from interface java.security.PublicKey
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionJCEECPublicKey(String algorithm, ECPublicKeySpec spec) JCEECPublicKey(String algorithm, ECPublicKeyParameters params) JCEECPublicKey(String algorithm, ECPublicKeyParameters params, ECParameterSpec spec) JCEECPublicKey(String algorithm, ECPublicKeyParameters params, ECParameterSpec spec) JCEECPublicKey(String algorithm, JCEECPublicKey key) JCEECPublicKey(String algorithm, ECPublicKeySpec spec) -
Method Summary
-
Constructor Details
-
JCEECPublicKey
-
JCEECPublicKey
-
JCEECPublicKey
-
JCEECPublicKey
-
JCEECPublicKey
-
JCEECPublicKey
-
JCEECPublicKey
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getParams
-
getParameters
Description copied from interface:ECKeyreturn a parameter specification representing the EC domain parameters for the key.- Specified by:
getParametersin interfaceECKey
-
getW
- Specified by:
getWin interfaceECPublicKey
-
getQ
Description copied from interface:ECPublicKeyreturn the public point Q- Specified by:
getQin interfaceECPublicKey
-
engineGetQ
-
toString
-
setPointFormat
Description copied from interface:ECPointEncoderSet the formatting for encoding of points. If the String "UNCOMPRESSED" is passed in point compression will not be used. If the String "COMPRESSED" is passed point compression will be used. The default is "UNCOMPRESSED".- Specified by:
setPointFormatin interfaceECPointEncoder- Parameters:
style- the style to use.
-
equals
-
hashCode
public int hashCode()
-