public class BCECGOST3410PublicKey extends java.lang.Object implements ECPublicKey, ECPointEncoder
| Constructor and Description |
|---|
BCECGOST3410PublicKey(ECPublicKeySpec spec) |
BCECGOST3410PublicKey(java.lang.String algorithm,
BCECGOST3410PublicKey key) |
BCECGOST3410PublicKey(java.lang.String algorithm,
ECPublicKeyParameters params) |
BCECGOST3410PublicKey(java.lang.String algorithm,
ECPublicKeyParameters params,
ECParameterSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
ECPoint |
engineGetQ() |
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() |
public BCECGOST3410PublicKey(java.lang.String algorithm,
BCECGOST3410PublicKey key)
public BCECGOST3410PublicKey(ECPublicKeySpec spec)
public BCECGOST3410PublicKey(java.lang.String algorithm,
ECPublicKeyParameters params,
ECParameterSpec spec)
public BCECGOST3410PublicKey(java.lang.String algorithm,
ECPublicKeyParameters params)
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()
ECKeypublic ECParameterSpec getParameters()
ECKeygetParameters in interface ECKeypublic ECPoint getQ()
ECPublicKeygetQ in interface ECPublicKeypublic ECPoint engineGetQ()
public java.lang.String toString()
toString in class java.lang.Objectpublic void setPointFormat(java.lang.String style)
ECPointEncodersetPointFormat 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