public final class ECPublicKeyImpl extends X509Key implements java.security.interfaces.ECPublicKey
algid, encodedKey, key| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Returns the algorithm to be used with this key.
|
byte[] |
getEncodedPublicValue() |
java.security.spec.ECParameterSpec |
getParams() |
java.security.spec.ECPoint |
getW() |
protected void |
parseKeyBits()
Parse the key.
|
java.lang.String |
toString() |
protected java.lang.Object |
writeReplace() |
decode, decode, encode, encode, equals, getAlgorithmId, getEncoded, getEncodedInternal, getFormat, getKey, hashCode, parse, setKeypublic java.lang.String getAlgorithm()
X509KeygetAlgorithm in interface java.security.KeygetAlgorithm in class X509Keypublic java.security.spec.ECPoint getW()
getW in interface java.security.interfaces.ECPublicKeypublic java.security.spec.ECParameterSpec getParams()
getParams in interface java.security.interfaces.ECKeypublic byte[] getEncodedPublicValue()
protected void parseKeyBits()
throws java.security.InvalidKeyException
parseKeyBits in class X509Keyjava.security.InvalidKeyException - on invalid key encodings.protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamException