Modifier and Type | Field and Description |
---|---|
private ECParameterSpec | |
private static final long | |
private ECPoint |
Access | Constructor and Description |
---|---|
pack-priv | |
pack-priv |
Modifier and Type | Method and Description |
---|---|
public String | getAlgorithm()
Overrides sun. Implements java. |
public byte[] | |
public ECParameterSpec | getParams()
Overrides default java. |
public ECPoint | |
protected void | |
private void | readObject(ObjectInputStream
the stream)
Restores the state of this object from the stream.
ObjectInputStream from which data is read |
public String | toString()
Overrides sun. |
private Object |
params | back to summary |
---|---|
private ECParameterSpec params
|
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides sun. |
w | back to summary |
---|---|
private ECPoint w
|
ECPublicKeyImpl | back to summary |
---|---|
pack-priv ECPublicKeyImpl(ECPoint w, ECParameterSpec params) throws InvalidKeyException Construct a key from its components. Used by the ECKeyFactory.
|
ECPublicKeyImpl | back to summary |
---|---|
pack-priv ECPublicKeyImpl(byte[] encoded) throws InvalidKeyException Construct a key from its encoding. |
getAlgorithm | back to summary |
---|---|
public String getAlgorithm() Overrides sun. Implements java. Doc from java. Returns the standard algorithm name for this key. For example, "DSA" would indicate that this key is a DSA key. See the key related sections (KeyFactory, KeyGenerator, KeyPairGenerator, and SecretKeyFactory) in the Java Security Standard Algorithm Names Specification for information about standard key algorithm names.
|
getEncodedPublicValue | back to summary |
---|---|
public byte[] getEncodedPublicValue()
|
getParams | back to summary |
---|---|
public ECParameterSpec getParams() Overrides default java. Doc from java. Returns the parameters associated with this key. The parameters are optional and may be either explicitly specified or implicitly created during key pair generation.
|
getW | back to summary |
---|---|
public ECPoint getW() Implements java. Doc from java. Returns the public point W.
|
parseKeyBits | back to summary |
---|---|
protected void parseKeyBits() throws InvalidKeyException Overrides sun. Parse the key. Called by X509Key.
|
readObject | back to summary |
---|---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException Hides sun. Restores the state of this object from the stream. Deserialization of this object is not supported.
|
toString | back to summary |
---|---|
public String toString() Overrides sun. Doc from java. Returns a string representation of the object.
|
writeReplace | back to summary |
---|---|
private Object writeReplace() throws ObjectStreamException
|