|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey
Constructor Summary | |
BCECPublicKey(java.lang.String algorithm,
BCECPublicKey key)
|
|
BCECPublicKey(java.lang.String algorithm,
ECPublicKeyParameters params,
ECParameterSpec spec,
ProviderConfiguration configuration)
|
|
BCECPublicKey(java.lang.String algorithm,
ECPublicKeyParameters params,
ProviderConfiguration configuration)
|
|
BCECPublicKey(java.lang.String algorithm,
ECPublicKeySpec spec,
ProviderConfiguration configuration)
|
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 |
Constructor Detail |
public BCECPublicKey(java.lang.String algorithm, BCECPublicKey key)
public BCECPublicKey(java.lang.String algorithm, ECPublicKeySpec spec, ProviderConfiguration configuration)
public BCECPublicKey(java.lang.String algorithm, ECPublicKeyParameters params, ECParameterSpec spec, ProviderConfiguration configuration)
public BCECPublicKey(java.lang.String algorithm, ECPublicKeyParameters params, ProviderConfiguration configuration)
Method Detail |
public java.lang.String getAlgorithm()
getAlgorithm
in interface java.security.Key
public java.lang.String getFormat()
getFormat
in interface java.security.Key
public byte[] getEncoded()
getEncoded
in interface java.security.Key
public ECParameterSpec getParams()
ECKey
getParams
in interface ECKey
public ECParameterSpec getParameters()
ECKey
getParameters
in interface ECKey
public ECPoint getQ()
ECPublicKey
getQ
in interface ECPublicKey
public java.lang.String toString()
public void setPointFormat(java.lang.String style)
ECPointEncoder
setPointFormat
in interface ECPointEncoder
style
- the style to use.public boolean equals(java.lang.Object o)
public int hashCode()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |