|
Bouncy Castle Cryptography 1.38 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.jce.provider.JCEECPublicKey
public class JCEECPublicKey
| Field Summary |
|---|
| Fields inherited from interface java.security.PublicKey |
|---|
serialVersionUID |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getAlgorithm()
|
byte[] |
getEncoded()
|
java.lang.String |
getFormat()
|
ECParameterSpec |
getParameters()
return a parameter specification representing the EC domain parameters for the key. |
ECParameterSpec |
getParams()
return a parameter specification representing the EC domain parameters for the key. |
ECPoint |
getQ()
return the public point Q |
int |
hashCode()
|
void |
setPointFormat(java.lang.String style)
Set the formatting for encoding of points. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic ECParameterSpec getParams()
ECKey
getParams in interface ECKeypublic ECParameterSpec getParameters()
ECKey
getParameters in interface ECKeypublic ECPoint getQ()
ECPublicKey
getQ in interface ECPublicKeypublic java.lang.String toString()
toString in class java.lang.Objectpublic void setPointFormat(java.lang.String style)
ECPointEncoder
setPointFormat in interface ECPointEncoderstyle - the style to use.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
Bouncy Castle Cryptography 1.38 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||