PublicKeyEC¶
- public class PublicKeyEC extends PublicKey implements java.security.interfaces.ECPublicKey¶
Class describes a public key object. Inherits from
PublicKey
and implementsjava.security.interfaces.ECPublicKey
.Note that the constructor is not intended to be called by user code. Such objects are constructed internally by the API.
Methods¶
getAlgorithm¶
getEncoded¶
- public byte[] getEncoded()¶
Specified by:
ECPublicKey.getEncoded()
injava.security.interfaces.ECPublicKey
interface.
getFormat¶
- public String getFormat()¶
Specified by:
ECPublicKey.getFormat()
injava.security.interfaces.ECPublicKey
interface.
getParams¶
- public ECParameterSpec getParams()¶
Specified by:
ECPublicKey.getParams()
injava.security.interfaces.ECPublicKey
interface.
getW¶
- public ECPoint getW()¶
Specified by:
ECPublicKey.getW()
injava.security.interfaces.ECPublicKey
interface.