|
Bouncy Castle Cryptography 1.27 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.jce.provider.JCEECPublicKey
| Field Summary |
| Fields inherited from interface java.security.PublicKey |
serialVersionUID |
| Method Summary | |
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 |
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, equals, finalize, getClass, hashCode, 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()
public void setPointFormat(java.lang.String style)
ECPointEncoder
setPointFormat in interface ECPointEncoderstyle - the style to use.
|
Bouncy Castle Cryptography 1.27 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||